package codex

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

Module Treemap.Make_no_emptySource

More efficient version, but without empty.

Parameters

module Key : Key

Signature

Sourcetype 'a t
Sourceval refine : Key.t -> inter:('a -> 'a -> 'a) -> join:('a -> 'a -> 'a) -> 'a -> 'a t -> 'a t
Sourceval find : Key.t -> 'a t -> 'a
Sourceval make_pretty : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit