typelits-printf-0.1.0.0: Type-safe printf from parsing GHC TypeLits Symbol

typelits-printf-0.1.0.0: Type-safe printf from parsing GHC TypeLits Symbol

An extensible and type-safe printf from parsing GHC TypeLits Symbol literals, matching the semantics of printf from Text.Printf in base. The difference is that the variants here will always fail to compile if given arguments of the wrong type (or too many or too little arguments). Most of the variants also provide useful type feedback, telling you the type of arguments it expects and how many when queried with :t or with typed holes.

See README and documentation of GHC.TypeLits.Printf for more information

Signatures

Modules