Hets - the Heterogeneous Tool Set
PGIP.GraphQL.Result.Action
data Action Source #
Constructors
Fields
Instances
Methods
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
toConstr :: Action -> Constr
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 :: (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
showsPrec :: Int -> Action -> ShowS
show :: Action -> String
showList :: [Action] -> ShowS