mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Remove tag_name from Expr::Tag
This commit is contained in:
parent
2d169bf518
commit
2726a3506f
30 changed files with 70 additions and 86 deletions
|
@ -4,8 +4,8 @@ procedure Num.19 (#Attr.2, #Attr.3):
|
|||
|
||||
procedure Test.0 ():
|
||||
let Test.19 : I64 = 41i64;
|
||||
let Test.18 : [C I64, C ] = Just Test.19;
|
||||
let Test.2 : [C [C I64, C ], C ] = Just Test.18;
|
||||
let Test.18 : [C I64, C ] = TagId(0) Test.19;
|
||||
let Test.2 : [C [C I64, C ], C ] = TagId(0) Test.18;
|
||||
joinpoint Test.15:
|
||||
let Test.8 : I64 = 1i64;
|
||||
ret Test.8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue