| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HOL.Print
Description
Documentation
isSymbolChar :: Char -> Bool Source #
isSymbolString :: String -> Bool Source #
ppSymbolName :: Name -> Doc Source #
Constructors
| LeftAssoc | |
| RightAssoc | |
| NonAssoc |
class Printable a where Source #
Minimal complete definition
Methods
toStringWith :: Style -> a -> String Source #
Instances
quoteNamespace :: Namespace -> Doc Source #