macro_rules! decl_type_alias {
($w:expr, $env:expr, $new:expr => $ty:ty) => { ... };
}
Expand description
Declares a new OCaml type that is made of other types
macro_rules! decl_type_alias {
($w:expr, $env:expr, $new:expr => $ty:ty) => { ... };
}
Declares a new OCaml type that is made of other types