Stdlib.Set(3o) | OCaml library | Stdlib.Set(3o) |
Stdlib.Set - no description
Module Stdlib.Set
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 : functor (Ord : OrderedType) -> sig end
Functor building an implementation of the set structure given a totally ordered type.
2020-10-30 | OCamldoc |