table of contents
other versions
- Tumbleweed 4.14.2-3.1
- Leap-16.0
- Leap-15.6
Stdlib.Map(3) | OCaml library | Stdlib.Map(3) |
NAME¶
Stdlib.Map - no description
Module¶
Module Stdlib.Map
Documentation¶
Module Map
: (module Stdlib__Map)
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) -> sig end
Functor building an implementation of the map structure given a totally ordered type.
2025-03-03 | OCamldoc |