| License | MIT |
|---|---|
| Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
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 #