package safemoney

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

Module Discrete.ScaleSource

Sourceexception ValidScaleError of string
Sourcetype t = {
  1. symbol : string;
  2. unit : string;
  3. value : Qv.t;
}
Sourceval compare : t -> t -> int
Sourcetype showable = {
  1. symbol_ : string;
  2. unit_ : string;
  3. value_ : string;
}
Sourceval showable_to_yojson : showable -> Yojson.Safe.t
Sourceval sexp_of_showable : showable -> Sexplib0.Sexp.t
Sourceval showable_of_sexp : Sexplib0.Sexp.t -> showable
Sourceval make_scale : string -> string -> Qv.t -> t
Sourceval check_scale : Qv.t -> bool
Sourceval to_showable_json : t -> string
OCaml

Innovation. Community. Security.