@hackage numeric-qq0.1.3
Quasi-quoters for numbers of different bases
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
CustomDependencies (4)
- base >=4.5 && <5
- loch-th >=0.2 && <0.3
- placeholders >=0.1 && <0.2
- template-haskell >=2 && <3 Show all…
Dependents (2)
@hackage/bit-array, @hackage/acme-everything
Quasi-quoters for numeral systems of standard bases:
Binary (base-2)
Octal (base-8)
Hexadecimal (base-16)
All they do is produce integral numbers at compile-time with compile-time syntax checking.