mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
added zn* function definition
This commit is contained in:
@@ -311,7 +311,8 @@ fn eval(mut ast: MalVal, mut env: Env) -> MalRet {
|
||||
ast = a.clone();
|
||||
continue 'tco;
|
||||
}
|
||||
_ => error("attempt to call non-function"),
|
||||
_ => { println!("{:?}", el);
|
||||
error("attempt to call non-function")},
|
||||
}
|
||||
}
|
||||
_ => error("expected a list"),
|
||||
|
||||
Reference in New Issue
Block a user