| ExtList |
This module provides some advanced List functions.
|
| ExtSMap |
Extends the OCaml Map with a string_of function.
|
| ExtSSet |
Extends the OCaml Set with a string_of function.
|
| ExtSSetImp | |
| ExtString |
Additional functions for string manipulations.
|
| ExtSQueue |
This module provides a little bit extended version of the original
Queue module of the standard library.
|
| ExtUtils |
Provides some utility functions
|
| HiddenInts |
Let you create in a simple way an
hidden integer counter that garanties,
that every created int is unique.
|
| HistoryMap |
The module to create a map with a fixed image
|
| Log |
Module that provides methods for logging to
a file or to
stdout.
|
| Option |
Provides some help functions that deals with the option type.
|
| OUnit |
The OUnit library can be used to implement unittests
|
| OwnMap |
This module provides an not polymorphic map implementation.
|
| Path |
This module provides methods for handling path.
|
| PrioQueues |
This module provides a Queue that allows to add each element with
a priority.
|
| String_of |
Module that provides some additional string functions.
|
| Test |
Unit for doing the tests.
|