Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a promise = ('a, never) rejectable
type 'a t = 'a promise
val pending : unit -> 'a promise * ('a -> unit)
val resolved : 'a -> 'a promise
val exec : (('a -> unit) -> unit) -> 'a promise
val get : 'a promise -> ('a -> unit) -> unit
module Operators : sig ... end
val getSome : 'a option promise -> ('a -> unit) -> unit
module Js : sig ... end
module PipeFirst : sig ... end
module ReadyCallbacks : sig ... end