lean4-htt/tests/lean/letFun.lean.expected.out
2021-09-16 10:14:42 -07:00

10 lines
153 B
Text

let_fun f := fun x => x * 2;
let_fun x := 1;
let_fun y := x + 1;
f (y + x) : Nat
a b : Nat
h1 : a = 0
h2 : b = 0
⊢ (let_fun x := 1;
x + x) >
b