| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HIndent.Pretty.Combinators.String
Description
Printer combinators related to print strings.
Documentation
string :: HasCallStack => String -> Printer () Source #
This function prints the given string.
The string must not include 'n's. Use newline to print them.