closeFile method

Free<F, Unit> closeFile(
  1. FileRef file
)

Implementation

Free<F, Unit> closeFile(FileRef file) => liftOp(new CloseFile(file));