Add this note to self

This commit is contained in:
greg 2019-03-11 19:36:10 -07:00
parent bdcae36b60
commit 2bf777f37b
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ impl<'a> State<'a> {
Err(format!("{:?} failed pattern match", cond))
}
//TODO if I don't need to lookup by name here...
fn value(&mut self, name: Rc<String>) -> EvalResult<Node> {
use self::ValueEntry::*;
use self::Func::*;