Switch back to builtin_defs returning Def

This commit is contained in:
Richard Feldman 2020-06-20 10:46:31 -04:00
parent 16ceb895c1
commit 07689ca9dc
6 changed files with 182 additions and 112 deletions

View file

@ -7,4 +7,7 @@ pub enum LowLevel {
ListLen,
Eq,
NotEq,
And,
Or,
Not,
}