OcamIL

Modules


Links

Meaning of icons :
Implemented.
Not yet implemented.
Compatibility with OCaml certified.
Lacks or incompatibilities.
[]Comments to read.

MoreLabels

MODULE Hashtbl

create
clear
add
copy
find
find_all
mem
remove
replace
iter
fold

MODTYPE HashedType

MODTYPE S

create
clear
copy
add
remove
find
find_all
replace
mem
iter
fold

MODULE Make

hash
hash_param

MODULE Map

MODTYPE OrderedType

MODTYPE S

empty
add
find
remove
mem
iter
map
mapi
fold

MODULE Make

MODULE Set

MODTYPE OrderedType

MODTYPE S

empty
is_empty
mem
add
singleton
remove
union
inter
diff
compare
equal
subset
iter
fold
for_all
exists
filter
partition
cardinal
elements
min_elt
max_elt
choose

MODULE Make