package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js.NullableSource

Sourcetype 'a t = 'a nullable
Sourceval toOption : 'a t -> 'a nullable
Sourceval to_opt : 'a t -> 'a nullable
Sourceval return : 'a -> 'a t
Sourceval isNullable : 'a t -> bool
Sourceval null : 'a t
Sourceval undefined : 'a t
Sourceval bind : 'b t -> ('b -> 'b) -> 'b t
Sourceval iter : 'a t -> ('a -> unit) -> unit
Sourceval fromOption : 'a nullable -> 'a t
Sourceval from_opt : 'a nullable -> 'a t
OCaml

Innovation. Community. Security.