package alba

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

Thin wrapper around Stdlib.Map which supports monadic operations instead of throwing exceptions.

module type S = sig ... end
module Make (E : Module_types.SORTABLE) : S with type key = E.t
OCaml

Innovation. Community. Security.