Safe Haskell | Safe |
---|
Documentation
data ReasonerOutput Source #
ReasonerOutput | |
|
Instances
Data ReasonerOutput Source # | |
Defined in PGIP.GraphQL.Result.ReasonerOutput 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 # | |
Defined in PGIP.GraphQL.Result.ReasonerOutput showsPrec :: Int -> ReasonerOutput -> ShowS show :: ReasonerOutput -> String showList :: [ReasonerOutput] -> ShowS |