Stdlib.Map.3o - Man Page
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 : (Ord : OrderedType) -> sig end
Functor building an implementation of the map structure given a totally ordered type.
Info
2025-01-17 OCamldoc OCaml library