Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Hashsetval create : int -> 'a tval clear : 'a t -> unitval add : 'a t -> 'a -> unitval mem : 'a t -> 'a -> boolval remove : 'a t -> 'a -> unitval cardinal : 'a t -> intval iter : ('a -> unit) -> 'a t -> unitval fold : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'bmodule type HashedType = sig ... endmodule type S = sig ... end