mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Rename multimorphic tests to capture niche
This commit is contained in:
parent
019ebd93f7
commit
d08aecf55f
43 changed files with 889 additions and 91 deletions
|
@ -1,6 +1,16 @@
|
|||
procedure List.4 (#Attr.2, #Attr.3):
|
||||
<<<<<<< HEAD
|
||||
let List.284 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
|
||||
ret List.284;
|
||||
=======
|
||||
<<<<<<< HEAD:crates/compiler/test_mono/generated/list_append.txt
|
||||
let List.259 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
|
||||
ret List.259;
|
||||
=======
|
||||
let List.213 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
|
||||
ret List.213;
|
||||
>>>>>>> a5fc399f4 (Rename multimorphic tests to capture niche):compiler/test_mono/generated/list_append.txt
|
||||
>>>>>>> 25bb3751b (Rename multimorphic tests to capture niche)
|
||||
|
||||
procedure Test.0 ():
|
||||
let Test.2 : List I64 = Array [1i64];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue