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