Deprecated

binary-literal-qq

Extends Haskell with binary literals.

Latest on Hackage:1.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Mathieu Boespflug
Maintained by Mathieu Boespflug

Deprecated: use -XBinaryLiterals instead.

The Haskell'98 and Haskell'2010 standards define decimal, octal and hexadecimal integer literals. Binary literals are conspicuously missing. Here's a quasiquoter to remedy the situation.