Improve debug stuff a bit

This commit is contained in:
Richard Feldman 2020-05-23 11:36:52 -04:00
parent 887ec9860a
commit 60e583fb78
4 changed files with 45 additions and 16 deletions

View file

@ -5,5 +5,5 @@ use crate::symbol::Symbol;
/// into an Expr when added directly by can::builtins
#[derive(Clone, Debug, PartialEq)]
pub enum LowLevel {
ListLen { arg_from_scope: Symbol },
ListLen { arg: Symbol },
}