Module ocaml::core[][src]

Re-exports

pub use self::mlvalues::Value;

Modules

alloc

External definitions for allocating values in the OCaml runtime

bigarray

Bigarray bindings

callback

Callbacks from C to OCaml This is also where you initialize the OCaml runtime system via caml_startup or caml_main

fail
memory

Defines types and macros primarily for interacting with the OCaml GC. In addition, a few extra convenience macros are added, in particular, caml! and caml_body! which are the primary API endpoints of raml.

mlvalues

Contains OCaml types and conversion functions from runtime representations.