Public API and docs
This commit is contained in:
@@ -7,7 +7,9 @@ use crate::representations::interpreted::ExprInst;
|
||||
/// Problems in the process of execution
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum RuntimeError {
|
||||
/// A Rust function encountered an error
|
||||
Extern(Rc<dyn ExternError>),
|
||||
/// Primitive applied as function
|
||||
NonFunctionApplication(ExprInst),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user