File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ data HasFS m h = HasFS {
1616
1717Code that is written using this interface can be run against any implementation
1818of a file system. The `System.FS. IO ` module provides a function for initialising
19- a `HasFS ` interface for the built - in filesystem.
19+ a `HasFS ` interface for the real filesystem.
2020
2121```haskell
22- ioHasFS :: MonadIO m => MountPoint -> HasFS m HandleIO
22+ ioHasFS :: ( MonadIO m , PrimState IO ~ PrimState m ) => MountPoint -> HasFS m HandleIO
2323```
2424
2525Note that `ioHasFS` requires some context in the form of a `MountPoint `: the
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : fs-api
33version : 0.2.0.1
4- synopsis : API for file systems
5- description : API for file systems .
4+ synopsis : Abstract interface for the file system
5+ description : Abstract interface for the file system .
66license : Apache-2.0
77license-files :
88 LICENSE
You can’t perform that action at this time.
0 commit comments