ocaml-interop 0.8.4

Utilities for Rust and OCaml interoperability
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) Viable Systems and TezEdge Contributors
// SPDX-License-Identifier: MIT

pub use ocaml_sys::{Tag, CLOSURE, NO_SCAN, STRING, TAG_CONS as CONS, TAG_SOME as SOME};

pub const TAG_POLYMORPHIC_VARIANT: Tag = 0;
pub const TAG_OK: Tag = 0;
pub const TAG_ERROR: Tag = 1;