Description
Compile-time checked literal values via QuasiQuoters.
Description
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.