Safe Haskell | Safe |
---|
Documentation
data ReasoningAttempt Source #
ReasoningAttempt | |
|
Instances
Data ReasoningAttempt Source # | |
Defined in PGIP.GraphQL.Result.ReasoningAttempt gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReasoningAttempt -> c ReasoningAttempt gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReasoningAttempt toConstr :: ReasoningAttempt -> Constr dataTypeOf :: ReasoningAttempt -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReasoningAttempt) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReasoningAttempt) gmapT :: (forall b. Data b => b -> b) -> ReasoningAttempt -> ReasoningAttempt gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReasoningAttempt -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReasoningAttempt -> r gmapQ :: (forall d. Data d => d -> u) -> ReasoningAttempt -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> ReasoningAttempt -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReasoningAttempt -> m ReasoningAttempt gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReasoningAttempt -> m ReasoningAttempt gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReasoningAttempt -> m ReasoningAttempt | |
Show ReasoningAttempt Source # | |
Defined in PGIP.GraphQL.Result.ReasoningAttempt showsPrec :: Int -> ReasoningAttempt -> ShowS show :: ReasoningAttempt -> String showList :: [ReasoningAttempt] -> ShowS |