Maintainer | ongy |
---|---|
Stability | testing |
Portability | Linux |
Safe Haskell | None |
Language | Haskell2010 |
This module provides the output generation for utf8 outputs
- data Utf8Output
- getUtf8Out :: IO Utf8Output
- getUtf8OutDiv :: MonkyOut -> IO Utf8Output
Documentation
getUtf8Out :: IO Utf8Output Source #
Get an output handle for utf8 formatting. Divider defaults to " | "
:: MonkyOut | The divider between segments |
-> IO Utf8Output |
Get an output handle for utf8 formatting.