ocaml-prelude

Includes the functions you need, that INRIA didn't.

GPL-3.0 License

Stars
5

ocaml-prelude

Includes the functions you need, that INRIA didn't.

This is an alternative standard library for OCaml based on the Haskell Prelude that is more comprehensive with respect to the basic data types.

All of the fundamental data types are re-exported "batteries included" in the Data library.

Building the Library

Use the Makefile to build the library:

$ make

To build each individual target you can do

$ make control

or

$ make data