camllib
Utility Library (including various datatypes)
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camllib
-
camllib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camllib
Module
PSette
val empty : ( 'a -> 'a -> int ) -> 'a t
val is_empty : 'a t -> bool
val mem : 'a -> 'a t -> bool
val singleton : ( 'a -> 'a -> int ) -> 'a -> 'a t
val iter : ( 'a -> unit ) -> 'a t -> unit
val fold : ( 'a -> 'b -> 'b ) -> 'a t -> 'b -> 'b
val for_all : ( 'a -> bool ) -> 'a t -> bool
val exists : ( 'a -> bool ) -> 'a t -> bool
val cardinal : 'a t -> int
val elements : 'a t -> 'a list
val min_elt : 'a t -> 'a
val max_elt : 'a t -> 'a
val choose : 'a t -> 'a
val print :
?first:( unit, Format.formatter, unit ) format ->
?sep:( unit, Format.formatter, unit ) format ->
?last:( unit, Format.formatter, unit ) format ->
( Format.formatter -> 'a -> unit ) ->
Format.formatter ->
'a t ->
unit
ON THIS PAGE
No table of contents