package codex

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

Module Smallmap.MakeSource

Parameters

Signature

Sourcetype key = Ord.t
Sourcetype 'a t
Sourceval bindings : 'a t -> (key * 'a) list
Sourceval add : key -> 'a -> 'a t -> 'a t
Sourceval empty : 'a t
Sourceval find : key -> 'a t -> 'a
Sourceval fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b