Module Stdlib.Set
module Set: Setmodule 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 building an implementation of the set structure given a totally ordered type.
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from this page.