OCaml library : Stdlib.Map (original) (raw)

OCaml

API Version 5.3

< General Index

OCaml library : Stdlib.Map

Module Stdlib.Map

module Map: [Map](Map.html)


module type OrderedType = sig .. end

Input signature of the functor Map.Make.

module type S = sig .. end

Output signature of the functor Map.Make.

module Make:

functor ( Ord  :  [OrderedType](Map.OrderedType.html) ) ->  [S](Map.S.html) with type key = Ord.t

Functor building an implementation of the map structure given a totally ordered type.