package conan

  1. Overview
  2. Docs

Module Fmt.HmapSource

Sourcemodule Tid : sig ... end
Sourcemodule type Tid = sig ... end
Sourcetype 'a tid = (module Tid with type t = 'a)
Sourceval tid : unit -> (module Tid with type t = 's)
Sourceval refl : 'a 'b. 'a tid -> 'b tid -> ('a, 'b) refl option
Sourcemodule Key : sig ... end
Sourcetype 'a key = 'a Key.key
Sourcemodule Map : sig ... end
Sourcetype binding =
  1. | B : 'a key * (?padding:[ `Left of int | `Right of int | `Zero of int ] -> ?precision:int -> formatter -> 'a -> unit) -> binding
Sourceval empty : 'a Map.t
Sourceval add : 'a key -> (?padding:[ `Left of int | `Right of int | `Zero of int ] -> ?precision:int -> formatter -> 'a -> unit) -> binding Map.t -> binding Map.t
Sourceval find : 'a. 'a key -> t -> (?padding:[ `Left of int | `Right of int | `Zero of int ] -> ?precision:int -> Format.formatter -> 'a -> unit) option
Sourceval get : 'a key -> t -> ?padding:[ `Left of int | `Right of int | `Zero of int ] -> ?precision:int -> Format.formatter -> 'a -> unit
OCaml

Innovation. Community. Security.