Stdlib.Map

Section: OCaml library (3o)
Updated: 2023-02-12
Index Return to Main Contents
 

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.


 

Index

NAME
Module
Documentation

This document was created by man2html, using the manual pages.
Time: 06:37:54 GMT, May 22, 2024