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 fromOpt : 'a nullable -> 'a t
val empty : 'a nullable
val return : 'a -> 'a nullable
val getUnsafe : 'a t -> 'a
val test : 'a nullable -> bool
val getExn : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val bind : 'a -> 'b -> 'c
  • alert not_implemented is not implemented in native under server-reason-react.js
val iter : 'a -> 'b -> 'c
  • alert not_implemented is not implemented in native under server-reason-react.js
val fromOption : 'a nullable -> 'a t
val from_opt : 'a nullable -> 'a t
OCaml

Innovation. Community. Security.