OCaml library : Stdlib.Set (original) (raw)

OCaml

API Version 5.3

< General Index

OCaml library : Stdlib.Set

Module Stdlib.Set

module Set: [Set](Set.html)


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](Set.OrderedType.html) ) ->  [S](Set.S.html) with type elt = Ord.t

Functor building an implementation of the set structure given a totally ordered type.