qq-literals

Compile-time checked literal values via QuasiQuoters.

https://github.com/hdgarrood/qq-literals

Latest on Hackage:0.1.1.0

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.

MIT licensed by Harry Garrood
Maintained by [email protected]

qq-literals is a tiny Haskell library which gives you a way of easily constructing QuasiQuoters for literals of any type a for which you can provide a parsing function String -> Either String a.