Expand description
To use the library, you can simply import the prelude as in:
use ocaml_gen::prelude::*;
Re-exports
pub use super::Env;
Macros
- Creates a fake generic. This is a necessary hack, at the moment, to declare types (with the
decl_type
macro) that have generic parameters. - Declares the binding for a given function
- Creates a module
- Declares the binding for a given type
- Declares a new OCaml type that is made of other types