package hardcaml

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

Timescales.

Note the integer part must be 1, 10 or 100 according to the standard. Dont know why.

type t =
  1. | Fs of Base.int
  2. | Ps of Base.int
  3. | Ns of Base.int
  4. | Us of Base.int
  5. | Ms of Base.int
  6. | S of Base.int
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> Base.string
OCaml

Innovation. Community. Security.