
Core is an alternative to the ocaml standard library developed by jane street capital.
core does a number of things:
* provides tail recursive versions of non tail recursive functions in
the standard library;
* changes the signature of many of the standard modules to enforce
consistent naming conventions;
* includes generic serialization for most types;
* adds some new modules as well as new functionality to existing
modules.
beware that core extends some functionality of the legacy standard library, and outright changes or replaces other; backward compatibility
the code of core is routinely reviewed within jane street capital according to their quality assurance requirements.
this package contains the ocamldoc api reference in html format for core.