logic-TPTP-0.4.5.0: Import, export etc. for TPTP, a syntax for first-order logic

Safe HaskellNone
LanguageHaskell98

Codec.TPTP.Pretty

Contents

Description

Mainly just Pretty instances

Synopsis

Documentation

data Enclosing Source #

Instances

Eq Enclosing Source # 
Data Enclosing Source # 

Methods

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 # 
Read Enclosing Source # 
Show Enclosing Source # 

Orphan instances