lean4-htt/tests/lean/listLength.lean.expected.out
Sebastian Ullrich a3d144a362
feat: new snapshot architecture on the cmdline (#3106)
This is #3014 with cad5cce reverted for testing.
2024-08-05 15:57:42 +00:00

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