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