Safe Haskell | None |
---|---|
Language | Haskell2010 |
Pretty printing for safe-money Lovelace values
Synopsis
- prettyLovelaces :: Lovelaces -> Text
- prettyLovelaces' :: PrettyConfig -> Lovelaces -> Text
- prettyLovelacesDoc :: Lovelaces -> Doc AnsiStyle
- prettyLovelacesDoc' :: PrettyConfig -> Lovelaces -> Doc AnsiStyle
Documentation
prettyLovelaces' :: PrettyConfig -> Lovelaces -> Text Source #
Pretty print Lovelaces
using supplied PrettyConfig
prettyLovelacesDoc' :: PrettyConfig -> Lovelaces -> Doc AnsiStyle Source #
Pretty print Lovelaces
to Doc
using supplied PrettyConfig