package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Base__Float.Class.t =
  1. | Infinite
  2. | Nan
  3. | Normal
  4. | Subnormal
  5. | Zero
val compare : t -> t -> int
val all : t list
val t_of_sexp : Base__.Sexplib.Sexp.t -> t
val sexp_of_t : t -> Base__.Sexplib.Sexp.t
val of_string : string -> t
val to_string : t -> string
OCaml

Innovation. Community. Security.