Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : t
val singleton : string -> t
val of_list : string list -> t
val to_list : t -> string list
val is_empty : t -> bool
val mem : string -> t -> bool
val iter : (string -> unit) -> t -> unit
val fold : (string -> 'a -> 'a) -> t -> 'a -> 'a
val for_all : (string -> bool) -> t -> bool
val exists : (string -> bool) -> t -> bool
val cardinal : t -> int
val elements : t -> string list
val choose : t -> string