mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Improve debug stuff a bit
This commit is contained in:
parent
887ec9860a
commit
60e583fb78
4 changed files with 45 additions and 16 deletions
|
@ -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 },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue