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

NAME

6       Stdlib.Set - no description
7

Module

9       Module   Stdlib.Set
10

Documentation

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