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