Hets - the Heterogeneous Tool Set
Safe HaskellSafe

PGIP.GraphQL.Result.ReasonerOutput

Documentation

data ReasonerOutput Source #

Constructors

ReasonerOutput 

Fields

Instances

Instances details
Data ReasonerOutput Source # 
Instance details

Defined in PGIP.GraphQL.Result.ReasonerOutput

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReasonerOutput -> c ReasonerOutput

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReasonerOutput

toConstr :: ReasonerOutput -> Constr

dataTypeOf :: ReasonerOutput -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReasonerOutput)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReasonerOutput)

gmapT :: (forall b. Data b => b -> b) -> ReasonerOutput -> ReasonerOutput

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReasonerOutput -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReasonerOutput -> r

gmapQ :: (forall d. Data d => d -> u) -> ReasonerOutput -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReasonerOutput -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReasonerOutput -> m ReasonerOutput

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReasonerOutput -> m ReasonerOutput

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReasonerOutput -> m ReasonerOutput

Show ReasonerOutput Source # 
Instance details

Defined in PGIP.GraphQL.Result.ReasonerOutput

Methods

showsPrec :: Int -> ReasonerOutput -> ShowS

show :: ReasonerOutput -> String

showList :: [ReasonerOutput] -> ShowS