Core

Core is Jane Street's industrial-strength alternative to the OCaml standard library.

Core provides an overlay on the usual namespace, so the best way to use Core is to start your file with:

open Core

The full API is browsable here.

Relationship to Core_kernel

Core extends Core_kernel, which exists for cases when Core in its entirety can't be used, like in Javascript.

In sum: