package MlFront_Thunk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module MlFront_Thunk_IoDisk.ThunkIoDiskSource

Disk I/O operations for thunks that uses the OCaml unix library and the MlFront_ZipFile library.

Sourceval remove_directory_recursively : return:([> `Deleted | `Error of string ] -> 'a) -> MlFront_Core.FilePath.t -> 'a

Remove directory recursively

Sourceval make_directory_recursively : return:([> `Created | `Error of string ] -> 'a) -> MlFront_Core.FilePath.t -> 'a

Make a directory recursively

Sourceval delete_local_file : return:([> `Deleted | `Error of string ] -> 'a) -> string -> 'a
Sourceval checksum_local_file : ?strip_carriage_returns:unit -> algo:[< `Sha1 | `Sha256 ] -> return:([> `Checksum of string * int64 | `Error of string ] -> 'a) -> string -> 'a