package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a lazy_t
val is_value : 'a t -> bool
val value : 'a t -> 'a
val map : 'a t -> f:('a -> 'b) -> 'b t