Up
Camllib
Camllib is an OCaml library implementing various abstract
datatypes inspired by the standard OCaml library. It provides:
- Slightly improved versions of Set, Map, Hashtbl modules,
named Sette, Mappe, Hashhe. These versions offers the choice
between polymorphic types, or specialization via a functor. A
few additional functions are offered (functions Mappe.maptoset,
...).
- Two-ways associations, Multisets, Union-Find, Graphs.
- Various small modules
- Standard specialization are also provided, such as HashheI
for hashtables over integers.
Files that are modifications of files of the OCaml distribution
inherit the LGPL license of their original version in the OCaml system. Other are also released under the LGPL license.