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