@hackage / qq-literals

Compile-time checked literal values via QuasiQuoters.

Latest0.1.1.0

About

Metadata

  • Last updated , by hdgarrood
  • License MIT
  • Maintained by: harry@garrood.me

  • Lottery factor: 0

Links

Installation

Readme

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.