Skip to content

bkc39/ocaml-prelude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published