File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1- theorem ex1 (x : Nat) : x = x → x = x :=
2- let q := by
3- intro
4- aexact (rfl)
5- q
1+ theorem ex1 (x : Nat) : x = x → x = x := by
2+ intro
3+ aexact (rfl)
64
75#print "---"
86
Original file line number Diff line number Diff line change 1- unknownTactic.lean:3:3: error: unknown tactic
2- unknownTactic.lean:1:41-3:8: error: unsolved goals
1+ unknownTactic.lean:1:41-2:7: error: unsolved goals
32x : Nat
43a✝ : x = x
54⊢ x = x
5+ unknownTactic.lean:3:2-3:8: error: unexpected identifier; expected command
66---
7- unknownTactic.lean:8:22: error: unknown tactic
8- unknownTactic.lean:8:18-8:24 : error: unsolved goals
7+ unknownTactic.lean:8:20-8:24: error: unexpected identifier; expected '{' or tactic
8+ unknownTactic.lean:8:18-8:20 : error: unsolved goals
99x : Nat
1010⊢ x = x
1111---
12- unknownTactic.lean:14:22: error: unknown tactic
13- unknownTactic.lean:14:18-14:24 : error: unsolved goals
12+ unknownTactic.lean:14:20-14:24: error: unexpected identifier; expected '{' or tactic
13+ unknownTactic.lean:14:18-14:20 : error: unsolved goals
1414x : Nat
1515⊢ x = x
You can’t perform that action at this time.
0 commit comments