package protocell

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

Module Field_options.J_s_typeSource

Sourcetype t =
  1. | Js_normal
  2. | Js_string
  3. | Js_number
Sourceval default : unit -> t
Sourceval to_int : t -> int
Sourceval of_int : int -> t option
Sourceval to_string : t -> string
Sourceval of_string : string -> t option