Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Conduit.Filesystem
Description
NOTE It is recommended to start using Data.Conduit.Combinators instead of this module.
Documentation
sourceDirectory :: forall (m :: Type -> Type) i. MonadResource m => FilePath -> ConduitT i FilePath m () #
sourceDirectoryDeep :: forall (m :: Type -> Type) i. MonadResource m => Bool -> FilePath -> ConduitT i FilePath m () #