safe-printf-0.1.0.0: Well-typed, flexible and variadic printf for Haskell
Text.Printf.Safe.Core
Synopsis
type family as ~> b Source
Variadic function types.
Equations
type Formatter a = a -> String Source
Formatter type.
data Printf xs where Source
Printf Format.
Constructors
Instances
data HList ts where Source
Hetero list.
printf :: Printf xs -> xs ~> String Source
Variadic version.
printf' :: Printf ts -> HList ts -> String Source
HList version.