mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder
This commit is contained in:
commit
b1b9a8dc0a
29 changed files with 358 additions and 156 deletions
|
@ -1,6 +1,6 @@
|
|||
procedure List.4 (#Attr.2, #Attr.3):
|
||||
let List.162 : List U8 = lowlevel ListAppend #Attr.2 #Attr.3;
|
||||
ret List.162;
|
||||
let List.164 : List U8 = lowlevel ListAppend #Attr.2 #Attr.3;
|
||||
ret List.164;
|
||||
|
||||
procedure Test.20 (Test.22):
|
||||
let Test.34 : {U8} = Struct {Test.22};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue