GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MoreLabels.Set.S(3) OCamldoc MoreLabels.Set.S(3)

MoreLabels.Set.S - no description

Module type MoreLabels.Set.S

Module type S = sig end

type elt

type t

val empty : t

val is_empty : t -> bool

val mem : elt -> t -> bool

val add : elt -> t -> t

val singleton : elt -> t

val remove : elt -> t -> t

val union : t -> t -> t

val inter : t -> t -> t

val diff : t -> t -> t

val compare : t -> t -> int

val equal : t -> t -> bool

val subset : t -> t -> bool

val iter : f:(elt -> unit) -> t -> unit

val map : f:(elt -> elt) -> t -> t

val fold : f:(elt -> 'a -> 'a) -> t -> init:'a -> 'a

val for_all : f:(elt -> bool) -> t -> bool

val exists : f:(elt -> bool) -> t -> bool

val filter : f:(elt -> bool) -> t -> t

val partition : f:(elt -> bool) -> t -> t * t

val cardinal : t -> int

val elements : t -> elt list

val min_elt : t -> elt

val min_elt_opt : t -> elt option

val max_elt : t -> elt

val max_elt_opt : t -> elt option

val choose : t -> elt

val choose_opt : t -> elt option

val split : elt -> t -> t * bool * t

val find : elt -> t -> elt

val find_opt : elt -> t -> elt option

val find_first : f:(elt -> bool) -> t -> elt

val find_first_opt : f:(elt -> bool) -> t -> elt option

val find_last : f:(elt -> bool) -> t -> elt

val find_last_opt : f:(elt -> bool) -> t -> elt option

val of_list : elt list -> t

source: 2022-04-09

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.