symbols-0.3.0.0: Symbol manipulation
Data.Symbol.Examples.Printf
test :: String Source #
data Specifier Source #
Constructors
Defined in Data.Symbol.Examples.Printf
Methods
formatF :: String -> String Source #
formatF :: String -> fun Source #
formatF :: String -> Int -> fun Source #
formatF :: String -> String -> fun Source #
class FormatF (format :: [Specifier]) fun | format -> fun where Source #
class PrintF (sym :: Symbol) fun where Source #
printf :: fun Source #
type family Parse (lst :: [Symbol]) :: [Specifier] where ... Source #
Equations
type family Parse2 (c :: Symbol) (lst :: [Specifier]) :: [Specifier] where ... Source #