Uniform.Piped
Description
the recursive access to many files not blocking
getRecursiveContents :: Path Abs Dir -> Proxy X () () (Path Abs File) ErrIO () Source #
pipedDoIO :: Path Abs File -> Path Abs Dir -> (Path Abs File -> Text) -> ErrIO () Source #
a convenient function to go through a directory and recursively apply a function to each
pipedDoIOwithFilter :: Path Abs File -> Path Abs Dir -> Extension -> (Path Abs File -> ErrIO String) -> ErrIO () Source #