Stdlib.Set.3o - Man Page
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.
Info
2025-10-13 OCamldoc OCaml library