Fs.IsReadable
eff IsReadableSourceAn effect used to check if a file is readable.
Use the IsReadable.runWithFilePermission handler.
Operations
def isReadable(f: String): Result[IoError, Bool] \ IsReadable
SourceReturns true if the given file f is readable.
Definitions
def runWithFilePermission(f: Unit -> a \ ef): a \ (ef - IsReadable) + FilePermission
SourceHandles the IsReadable effect of the given function f using the FilePermission effect.