lean4-htt/tests/lean/bindersAbstractingUnassignedMVars.lean.expected.out

4 lines
162 B
Text

∀ (y x : Nat), x + (x + y) = x
∀ (y x : Nat), x + (x + y) = x
∀ {y x : Nat}, x = y → x + (x + y) = x
fun (y x : Nat) (h : x = y) (z : Nat) => z + (x + y)