6 lines
189 B
Text
6 lines
189 B
Text
[Compiler.IR] [init]
|
|
def f (x_1 : tobj) : tobj :=
|
|
let x_2 : tagged := 2;
|
|
let x_3 : tobj := List.lengthTR._redArg x_1;
|
|
let x_4 : tobj := Nat.mul x_2 x_3;
|
|
ret x_4
|