1Stdlib.Map(3)                    OCaml library                   Stdlib.Map(3)
2
3
4

NAME

6       Stdlib.Map - no description
7

Module

9       Module   Stdlib.Map
10

Documentation

12       Module Map
13        : (module Stdlib__map)
14
15
16
17
18
19
20
21       module type OrderedType = sig end
22
23
24       Input signature of the functor Map.Make .
25
26
27       module type S = sig end
28
29
30       Output signature of the functor Map.Make .
31
32
33       module Make : functor (Ord : OrderedType) -> sig end
34
35
36       Functor building an implementation of the map structure given a totally
37       ordered type.
38
39
40
41
42
43OCamldoc                          2020-09-01                     Stdlib.Map(3)
Impressum