Hets - the Heterogeneous Tool Set
Safe HaskellSafe

PGIP.GraphQL.Result.Action

Documentation

data Action Source #

Constructors

Action 

Fields

Instances

Instances details
Data Action Source # 
Instance details

Defined in PGIP.GraphQL.Result.Action

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 :: 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 # 
Instance details

Defined in PGIP.GraphQL.Result.Action

Methods

showsPrec :: Int -> Action -> ShowS

show :: Action -> String

showList :: [Action] -> ShowS