package server-reason-react

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a nullable
val toOption : 'a t -> 'a nullable
val to_opt : 'a t -> 'a nullable
val return : 'a -> 'a t
val isNullable : 'a t -> bool
val null : 'a t
val undefined : 'a t
val bind : 'b t -> ('b -> 'b) -> 'b t
val iter : 'a t -> ('a -> unit) -> unit
val fromOption : 'a nullable -> 'a t
val from_opt : 'a nullable -> 'a t
OCaml

Innovation. Community. Security.