package otoml

  1. Overview
  2. Docs

Module Base.OCamlNumberSource

Sourcetype int = Int.t
Sourcetype float = Float.t
Sourceval int_of_string : string -> int
Sourceval int_to_string : int -> string
Sourceval float_of_string : string -> float
Sourceval float_to_string : float -> string
Sourceval int_of_float : float -> int
Sourceval float_of_int : int -> float
Sourceval int_of_boolean : bool -> int
Sourceval int_to_boolean : int -> bool
Sourceval float_of_boolean : bool -> float
Sourceval float_to_boolean : float -> bool
OCaml

Innovation. Community. Security.