package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type entry = [
  1. | `Int of int
  2. | `Float of float
]
module Map : sig ... end
type t = entry Map.t
val combine : [> `Float of float | `Int of int ] -> [> `Float of float | `Int of int ] -> [> `Float of float | `Int of int ]
val merge : [> `Float of float | `Int of int ] as 'a Map.t -> 'b Map.t -> 'c Map.t
val pp_entry : Format.formatter -> [< `Float of float | `Int of int ] -> unit
val pp : Format.formatter -> [< `Float of float | `Int of int ] Map.t -> unit
OCaml

Innovation. Community. Security.