logic-TPTP-0.2.0: Import, export etc. for TPTP, a syntax for first-order logicSource codeContentsIndex
Codec.TPTP.Pretty
Description
Mainly just Pretty instances
Synopsis
prettySimple :: Pretty a => a -> String
data WithEnclosing a = WithEnclosing Enclosing a
data Enclosing
= EnclBinOp BinOp
| EnclQuant
| EnclNeg
| EnclInfixPred InfixPred
| EnclNothing
Documentation
prettySimple :: Pretty a => a -> StringSource
data WithEnclosing a Source
Carries information about the enclosing operation (for the purpose of printing stuff without parentheses if possible).
Constructors
WithEnclosing Enclosing a
show/hide Instances
data Enclosing Source
Constructors
EnclBinOp BinOp
EnclQuant
EnclNeg
EnclInfixPred InfixPred
EnclNothing
show/hide Instances
Produced by Haddock version 2.4.2