include Lazy
external force : 'a t ‑> 'a = "%lazy_force" val force_val : 'a t ‑> 'aval from_fun : (unit ‑> 'a) ‑> 'a tval from_val : 'a ‑> 'a tval is_val : 'a t ‑> boolval lazy_from_fun : (unit ‑> 'a) ‑> 'a t- Deprecated Use Lazy.from_fun instead.
val lazy_from_val : 'a ‑> 'a t- Deprecated Use Lazy.from_val instead.
val lazy_is_val : 'a t ‑> bool- Deprecated Use Lazy.is_val instead.