package febusy

  1. Overview
  2. Docs
type _ t =
  1. | Ocaml : (unit -> 'a) -> 'a t
val run : 'a. 'a t -> 'a
val to_string : 'a. 'a t -> string