-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
tests/EraseSimp.lean:20:2: error: tactic 'aesop' failed, made no progress | ||
m n : Nat | ||
⊢ n + m = m + n | ||
tests/EraseSimp.lean:24:2: error: tactic 'aesop' failed, made no progress | ||
m n : Nat | ||
⊢ n + m = m + n | ||
tests/EraseSimp.lean:28:2: error: aesop: 'Nat.add_comm' is not registered (with the given features) in any rule set. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
tests/TraceProof.lean:13:2: warning: aesop: failed to prove the goal after exhaustive search. | ||
tests/TraceProof.lean:12:15: error: unsolved goals | ||
tests/TraceProof.lean:14:2: error: tactic 'aesop' failed, made no progress | ||
α : Sort ?u.5 | ||
⊢ α | ||
[aesop.proof] <no proof> | ||
tests/TraceProof.lean:20:2: warning: aesop: failed to prove the goal after exhaustive search. | ||
tests/TraceProof.lean:19:15: error: unsolved goals | ||
⊢ False | ||
[aesop.proof] id ?m.38 |