package safemoney

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

Module Safemoney.ExchangeSource

Exchange type functor

Sourceexception IntermediaryMismatch of string
Sourcetype t = {
  1. src : string;
  2. dst : string;
  3. value : Qv.t;
}
Sourceval compare : t -> t -> int
Sourcetype showable = {
  1. src_ : string;
  2. dst_ : 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_xchg : src:string -> dst:string -> Qv.t -> t
Sourceval show_xchg : t -> unit
Sourceval (**>) : t -> t -> t
Sourceval xchg_recip : t -> t
Sourceval to_showable_json : t -> string
OCaml

Innovation. Community. Security.