mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Update mono tests
This commit is contained in:
parent
ed9d9b12f5
commit
437fb7e46c
1 changed files with 20 additions and 20 deletions
|
@ -1,28 +1,28 @@
|
|||
procedure Dict.1 (Dict.537):
|
||||
let Dict.546 : List {[], []} = Array [];
|
||||
let Dict.553 : U64 = 0i64;
|
||||
let Dict.554 : U64 = 8i64;
|
||||
let Dict.547 : List U64 = CallByName List.11 Dict.553 Dict.554;
|
||||
let Dict.550 : I8 = CallByName Dict.36;
|
||||
let Dict.551 : U64 = 8i64;
|
||||
let Dict.548 : List I8 = CallByName List.11 Dict.550 Dict.551;
|
||||
let Dict.549 : U64 = 0i64;
|
||||
let Dict.545 : {List {[], []}, List U64, List I8, U64} = Struct {Dict.546, Dict.547, Dict.548, Dict.549};
|
||||
ret Dict.545;
|
||||
procedure Dict.1 (Dict.556):
|
||||
let Dict.565 : List {[], []} = Array [];
|
||||
let Dict.572 : U64 = 0i64;
|
||||
let Dict.573 : U64 = 8i64;
|
||||
let Dict.566 : List U64 = CallByName List.11 Dict.572 Dict.573;
|
||||
let Dict.569 : I8 = CallByName Dict.39;
|
||||
let Dict.570 : U64 = 8i64;
|
||||
let Dict.567 : List I8 = CallByName List.11 Dict.569 Dict.570;
|
||||
let Dict.568 : U64 = 0i64;
|
||||
let Dict.564 : {List {[], []}, List U64, List I8, U64} = Struct {Dict.565, Dict.566, Dict.567, Dict.568};
|
||||
ret Dict.564;
|
||||
|
||||
procedure Dict.36 ():
|
||||
let Dict.552 : I8 = -128i64;
|
||||
ret Dict.552;
|
||||
procedure Dict.39 ():
|
||||
let Dict.571 : I8 = -128i64;
|
||||
ret Dict.571;
|
||||
|
||||
procedure Dict.4 (Dict.543):
|
||||
let Dict.97 : U64 = StructAtIndex 3 Dict.543;
|
||||
let #Derived_gen.8 : List {[], []} = StructAtIndex 0 Dict.543;
|
||||
procedure Dict.4 (Dict.562):
|
||||
let Dict.100 : U64 = StructAtIndex 3 Dict.562;
|
||||
let #Derived_gen.8 : List {[], []} = StructAtIndex 0 Dict.562;
|
||||
dec #Derived_gen.8;
|
||||
let #Derived_gen.7 : List U64 = StructAtIndex 1 Dict.543;
|
||||
let #Derived_gen.7 : List U64 = StructAtIndex 1 Dict.562;
|
||||
dec #Derived_gen.7;
|
||||
let #Derived_gen.6 : List I8 = StructAtIndex 2 Dict.543;
|
||||
let #Derived_gen.6 : List I8 = StructAtIndex 2 Dict.562;
|
||||
dec #Derived_gen.6;
|
||||
ret Dict.97;
|
||||
ret Dict.100;
|
||||
|
||||
procedure List.11 (List.121, List.122):
|
||||
let List.522 : List I8 = CallByName List.68 List.122;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue