package plebeia

  1. Overview
  2. Docs

Module Utils.OpenSource

Recommended to open this module to use the values without module paths

Sourceval from_Some : 'a option -> 'a
Sourceval to_file : file:string -> string -> unit

Create a file with the given string

Sourceval (^/) : string -> string -> string

Filename.concat

Sourceval with_time : (unit -> 'a) -> 'a * float

Time the function in seconds

Sourceval failwithf : ('a, unit, string, 'b) format4 -> 'a

failwith with printf interface

OCaml

Innovation. Community. Security.