
Modules
Meaning of icons :
 | Implemented.
|
---|
 | Not yet implemented.
|
---|
 | Compatibility with OCaml certified.
|
---|
 | Lacks or incompatibilities.
|
---|
[] | Comments to read.
|
---|
List
Iterators
length |
|
---|
hd |
|
---|
tl |
|
---|
nth |
|
---|
rev |
|
---|
append |
|
---|
rev_append |
|
---|
concat |
|
---|
flatten |
|
---|
Iterators on two lists
iter |
|
---|
map |
|
---|
rev_map |
|
---|
fold_left |
|
---|
fold_right |
|
---|
List scanning
iter2 |
|
---|
map2 |
|
---|
rev_map2 |
|
---|
fold_left2 |
|
---|
fold_right2 |
|
---|
List searching
for_all |
|
---|
exists |
|
---|
for_all2 |
|
---|
exists2 |
|
---|
mem |
|
---|
memq |
|
---|
Association lists
find |
|
---|
filter |
|
---|
find_all |
|
---|
partition |
|
---|
Lists of pairs
assoc |
|
---|
assq |
|
---|
mem_assoc |
|
---|
mem_assq |
|
---|
remove_assoc |
|
---|
remove_assq |
|
---|
Sorting
split |
|
---|
combine |
|
---|
sort |
|
---|
stable_sort |
|
---|
fast_sort |
|
---|
merge |
|
---|