Fs.MkDir
eff MkDirSourceAn effect used to create a directory.
Use the MkDir.runWithFileWrite handler.
Operations
def mkDir(d: String): Result[IoError, Unit] \ MkDir
SourceCreates the directory d.
Definitions
def runWithFileWrite(f: Unit -> a \ ef): a \ (ef - MkDir) + FileWrite
SourceHandles the MkDir effect of the given function f using the FileWrite effect.