Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Streaming functions for interacting with the filesystem.
Synopsis
- data DirStream
- openDirStream :: OsPath -> IO DirStream
- readDirStream :: DirStream -> IO (Maybe OsPath)
- closeDirStream :: DirStream -> IO ()
Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Streaming functions for interacting with the filesystem.