package containers

  1. Overview
  2. Docs

Low level access

val wrap : (unit -> 'a) -> 'a t

wrap f is the IO action that, when executed, returns f (). f should be callable as many times as required

OCaml

Innovation. Community. Security.