8 lines
176 B
Text
8 lines
176 B
Text
|
|
[init]
|
|
def f (x_1 : obj) : obj :=
|
|
let x_2 : obj := 0;
|
|
let x_3 : obj := List.lengthTRAux._rarg x_1 x_2;
|
|
let x_4 : obj := 2;
|
|
let x_5 : obj := Nat.mul x_4 x_3;
|
|
ret x_5
|