mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
23 lines
965 B
Text
23 lines
965 B
Text
procedure Num.22 (#Attr.2, #Attr.3):
|
|
let Test.12 : Builtin(Int(U64)) = lowlevel NumAdd #Attr.2 #Attr.3;
|
|
ret Test.12;
|
|
|
|
procedure Test.4 (Test.7, Test.8):
|
|
let Test.17 : Builtin(Int(U64)) = 1i64;
|
|
ret Test.17;
|
|
|
|
procedure Test.4 (Test.7, Test.8):
|
|
let Test.18 : Builtin(Int(U64)) = 1i64;
|
|
ret Test.18;
|
|
|
|
procedure Test.0 ():
|
|
let Test.4 : LambdaSet(LambdaSet { set: [( Test.4, [])], representation: Struct([]) }) = Struct {};
|
|
let Test.4 : LambdaSet(LambdaSet { set: [( Test.4, [])], representation: Struct([]) }) = Struct {};
|
|
let Test.15 : Builtin(Int(U8)) = 100i64;
|
|
let Test.16 : Builtin(Int(U32)) = 100i64;
|
|
let Test.10 : Builtin(Int(U64)) = CallByName Test.4 Test.15 Test.16;
|
|
let Test.13 : Builtin(Int(U32)) = 100i64;
|
|
let Test.14 : Builtin(Int(U8)) = 100i64;
|
|
let Test.11 : Builtin(Int(U64)) = CallByName Test.4 Test.13 Test.14;
|
|
let Test.9 : Builtin(Int(U64)) = CallByName Num.22 Test.10 Test.11;
|
|
ret Test.9;
|