= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package stdcompat
-
stdcompat
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a CamlinternalLazy.t
- since 4.08.0: type 'a t = 'a CamlinternalLazy.t
Alias for Lazy.Undefined
val is_val : 'a t -> bool
- since 4.00.0: val is_val : 'a t -> bool
val from_val : 'a -> 'a t
- since 4.00.0: val from_val : 'a -> 'a t
val from_fun : (unit -> 'a) -> 'a t
- since 4.00.0: val from_fun : (unit -> 'a) -> 'a t
val force : 'a t -> 'a
- since 3.11.0: external force : 'a t -> 'a = "%lazy_force"
- since 3.07.0: val force : 'a t -> 'a
val force_val : 'a t -> 'a
Alias for Lazy.force_val