diff --git a/src/lib.rs b/src/lib.rs index c8c55ed..abe9a01 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -168,6 +168,7 @@ fn init() { pub type Value = value::Value; pub type Context = context::Context; +pub type ContextValue = context::ContextValue; pub type Result = define::Result; pub type ExprAST<'a> = parser::ExprAST<'a>; pub type InfixOpType = operator::InfixOpType;