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 : Q.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 make_scale : string -> string -> Q.t -> t
Sourceval check_scale : Q.t -> bool
Sourceval to_json : t -> string
OCaml

Innovation. Community. Security.