Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : t
val singleton : int -> t
val mem : int -> t -> bool
val full : int -> t
val hash : t -> int
val fold : (int -> 'a -> 'a) -> t -> 'a -> 'a
val size : t -> int
val is_empty : t -> bool
val iter : (int -> unit) -> t -> unit
val forall : t -> (int -> bool) -> bool
val exists : t -> (int -> bool) -> bool
val to_list : t -> int list
val of_list : int list -> t
val print : Format.formatter -> t -> unit
val print' : (Format.formatter -> int -> unit) -> Format.formatter -> t -> unit
val random : int -> float -> t
module Map : sig ... end