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