package server-reason-react

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type _ kind =
  1. | String : string kind
  2. | Number : float kind
  3. | Object : t Dict.t kind
  4. | Array : t array kind
  5. | Boolean : bool kind
  6. | Null : Types.null_val kind
type tagged_t =
  1. | JSONFalse
  2. | JSONTrue
  3. | JSONNull
  4. | JSONString of string
  5. | JSONNumber of float
  6. | JSONObject of t Dict.t
  7. | JSONArray of t array
val classify : t -> tagged_t
  • alert not_implemented is not implemented in native under server-reason-react.js
val test : 'a -> bool
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeString : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeNumber : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeObject : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeBoolean : t -> 'a
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeNull : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val parseExn : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val stringifyAny : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val null : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val string : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val number : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val boolean : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val object_ : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val array : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val stringArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val numberArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val booleanArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val objectArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val stringify : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val stringifyWithSpace : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val patch : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val serializeExn : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
val deserializeUnsafe : string -> 'a
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.