[−][src]Crate ocaml_sys
Modules
| bigarray | Bigarray bindings |
Macros
| caml_body | |
| caml_param | Registers OCaml parameters with the GC |
Structs
| CamlRootsBlock | The GC root struct. WARNING: You should seriously not mess with this... |
| custom_fixed_length | |
| custom_operations |
Constants
| ABSTRACT | |
| CLOSURE | |
| CUSTOM | |
| DOUBLE | |
| DOUBLE_ARRAY | |
| EMPTY_LIST | Empty list value |
| FALSE | OCaml |
| FORWARD | |
| INFIX | |
| LAZY | |
| MAX_FIXNUM | Maximum possible value for an OCaml fixnum. |
| MIN_FIXNUM | Minimum possible value for an OCaml fixnum. |
| NONE | The OCaml |
| NO_SCAN | |
| OBJECT | |
| STRING | |
| TAG_CONS | Tag used for OCaml conses |
| TAG_SOME | Tag used for OCaml |
| TRUE | The OCaml |
| UNIT | The OCaml |
Statics
| caml_callback_depth |
Functions
Type Definitions
| Char | |
| Color | |
| Header | An OCaml heap-allocated block header. NB: this is currently unimplemented. |
| Intnat | OCaml's integer type |
| Mark | |
| Size | OCaml's size type |
| Tag | Used to store OCaml value tags, which are used to determine the underlying type of values |
| Uintnat | OCaml's unsigned integer type |
| Value | OCaml |