1Identifiable.Map.T(3)            OCaml library           Identifiable.Map.T(3)
2
3
4

NAME

6       Identifiable.Map.T - no description
7

Module

9       Module   Identifiable.Map.T
10

Documentation

12       Module T
13        : Map.OrderedType
14
15
16
17
18
19
20
21       type t
22
23
24       The type of the map keys.
25
26
27
28       val compare : t -> t -> int
29
30       A  total ordering function over the keys.  This is a two-argument func‐
31       tion f such that f e1 e2 is zero if the keys e1 and e2 are equal, f  e1
32       e2  is  strictly  negative  if  e1  is smaller than e2 , and f e1 e2 is
33       strictly positive if e1 is greater  than  e2  .   Example:  a  suitable
34       ordering  function is the generic structural comparison function Perva‐
35       sives.compare .
36
37
38
39
40
41OCamldoc                          2019-02-02             Identifiable.Map.T(3)
Impressum