Module gluon_vm::vm

source ·

Re-exports

pub use crate::thread::RootedThread;
pub use crate::thread::RootedValue;
pub use crate::thread::Status;
pub use crate::thread::Thread;

Structs

A borrowed structure which implements CompilerEnv, TypeEnv and KindEnv allowing the typechecker and compiler to lookup things in the virtual machine.

Traits