lean4-htt/tests/lean/introLetBug.lean.expected.out
2022-06-22 16:10:33 -07:00

9 lines
161 B
Text

introLetBug.lean:2:0-2:7: warning: declaration uses 'sorry'
k : Nat
this : f 10 = 11
x : Nat := 10
⊢ 11 = k
k : Nat
this : f 10 = 11
⊢ let x := 10;
11 = k