package containers

  1. Overview
  2. Docs
On This Page
  1. Low level access
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.