typelits-printf

Version 0.3.0.0 revision 0 uploaded by jle.

Package meta

Synopsis
Type-safe printf from parsing GHC TypeLits Symbol
Description

An extensible and type-safe printf from parsing GHC TypeLits Symbol literals, matching the semantics of P.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

Author
Justin Le
Bug reports
https://github.com/mstksg/typelits-printf/issues
Category
Text
Copyright
(c) Justin Le 2019
Homepage
https://github.com/mstksg/typelits-printf#readme
Maintainer
justin@jle.im
Package URL
n/a
Stability
n/a

Components