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