| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Shower.Class
Documentation
Methods
showerRecord :: [(a, a)] -> a Source #
showerList :: [a] -> a Source #
showerTuple :: [a] -> a Source #
showerStringLit :: String -> a Source #
showerCharLit :: String -> a Source #
showerAtom :: String -> a Source #
showerSpace :: [a] -> a Source #
Instances
| Shower ShowerDoc Source # | |
Defined in Shower.Printer Methods showerRecord :: [(ShowerDoc, ShowerDoc)] -> ShowerDoc Source # showerList :: [ShowerDoc] -> ShowerDoc Source # showerTuple :: [ShowerDoc] -> ShowerDoc Source # showerStringLit :: String -> ShowerDoc Source # showerCharLit :: String -> ShowerDoc Source # showerAtom :: String -> ShowerDoc Source # showerSpace :: [ShowerDoc] -> ShowerDoc Source # | |