Safe Haskell | None |
---|---|
Language | Haskell98 |
Mainly just Pretty
instances
Synopsis
- prettySimple :: Pretty a => a -> String
- data WithEnclosing a = WithEnclosing Enclosing a
- data Enclosing
Documentation
prettySimple :: Pretty a => a -> String Source #
data WithEnclosing a Source #
Carries information about the enclosing operation (for the purpose of printing stuff without parentheses if possible).
Instances
Instances
Eq Enclosing Source # | |
Data Enclosing Source # | |
Defined in Codec.TPTP.Pretty gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Enclosing -> c Enclosing # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Enclosing # toConstr :: Enclosing -> Constr # dataTypeOf :: Enclosing -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Enclosing) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Enclosing) # gmapT :: (forall b. Data b => b -> b) -> Enclosing -> Enclosing # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Enclosing -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Enclosing -> r # gmapQ :: (forall d. Data d => d -> u) -> Enclosing -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Enclosing -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Enclosing -> m Enclosing # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Enclosing -> m Enclosing # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Enclosing -> m Enclosing # | |
Ord Enclosing Source # | |
Defined in Codec.TPTP.Pretty | |
Read Enclosing Source # | |
Show Enclosing Source # | |
Orphan instances
Pretty V Source # | |
Pretty AtomicWord Source # | |
pretty :: AtomicWord -> Doc # prettyList :: [AtomicWord] -> Doc # | |
Pretty GTerm Source # | |
Pretty GData Source # | |
Pretty UsefulInfo Source # | |
pretty :: UsefulInfo -> Doc # prettyList :: [UsefulInfo] -> Doc # | |
Pretty Annotations Source # | |
pretty :: Annotations -> Doc # prettyList :: [Annotations] -> Doc # | |
Pretty TPTP_Input Source # | |
pretty :: TPTP_Input -> Doc # prettyList :: [TPTP_Input] -> Doc # | |
Pretty Quant Source # | |
Pretty InfixPred Source # | |
Pretty BinOp Source # | |
Pretty a => Pretty (Identity a) Source # | |
Pretty (T Identity) Source # | |
Pretty (F Identity) Source # | |
Pretty (Term0 Term) Source # | |
Pretty (Formula0 Term Formula) Source # | |