| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Conduit.Shell.Segments
Description
Helpful segment combinators.
Synopsis
- strings :: forall (m :: Type -> Type). MonadUnliftIO m => Segment m () -> Segment m [String]
- texts :: forall (m :: Type -> Type). MonadUnliftIO m => Segment m () -> Segment m [Text]
- ignore :: forall (m :: Type -> Type). MonadUnliftIO m => Segment m () -> Segment m ()