table of contents
other versions
- bookworm 4.13.1-4
- testing 5.2.0-3
- unstable 5.3.0-1
- experimental 5.3.0-1~exp2
Stdlib.Set(3o) | OCaml library | Stdlib.Set(3o) |
NAME¶
Stdlib.Set - no description
Module¶
Module Stdlib.Set
Documentation¶
Module Set
: (module Stdlib__Set)
module type OrderedType = sig end
Input signature of the functor Set.Make .
module type S = sig end
Output signature of the functor Set.Make .
module Make : (Ord : OrderedType) -> sig end
Functor building an implementation of the set structure given a totally ordered type.
2025-01-15 | OCamldoc |