Stdlib.Set

Section: OCaml library (3o)
Updated: 2020-01-30
Index Return to Main Contents
 

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 : functor (Ord : OrderedType) -> sig end

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


 

Index

NAME
Module
Documentation

This document was created by man2html, using the manual pages.
Time: 00:05:57 GMT, March 31, 2021