package plebeia

  1. Overview
  2. Docs

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

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

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

Create a file with the given string

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

Filename.concat

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

Time the function in seconds

val failwithf : ('a, unit, string, 'b) Stdlib.format4 -> 'a

failwith with printf interface