mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Switch back to builtin_defs returning Def
This commit is contained in:
parent
16ceb895c1
commit
07689ca9dc
6 changed files with 182 additions and 112 deletions
|
@ -7,4 +7,7 @@ pub enum LowLevel {
|
|||
ListLen,
|
||||
Eq,
|
||||
NotEq,
|
||||
And,
|
||||
Or,
|
||||
Not,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue