-
Notifications
You must be signed in to change notification settings - Fork 439
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
34 changed files
with
127 additions
and
89 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
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
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,4 +1,4 @@ | ||
1027.lean:1:0-1:7: warning: declaration uses 'sorry' | ||
x : Nat | ||
h : ¬x = 0 | ||
⊢ Unit | ||
1027.lean:1:0-1:7: warning: declaration uses 'sorry' |
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,4 +1,4 @@ | ||
1235.lean:2:0-2:7: warning: declaration uses 'sorry' | ||
g : Nat → Nat | ||
h : f 1 = g | ||
⊢ g 2 = f 2 1 | ||
1235.lean:2:0-2:7: warning: declaration uses 'sorry' |
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,6 +1,6 @@ | ||
1681.lean:1:0-1:7: warning: declaration uses 'sorry' | ||
x : Nat | ||
⊢ Nat | ||
1681.lean:6:0-6:7: warning: declaration uses 'sorry' | ||
1681.lean:1:0-1:7: warning: declaration uses 'sorry' | ||
x : Nat | ||
⊢ Nat | ||
1681.lean:6:0-6:7: warning: declaration uses 'sorry' |
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
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,3 +1,3 @@ | ||
2505.lean:14:0-14:7: warning: declaration uses 'sorry' | ||
target : A (OfNat.ofNat.{0} Nat 1 (instOfNatNat 1)) | ||
target' : A (OfNat.ofNat.{0} Nat 1 (instOfNatNat 1)) | ||
2505.lean:14:0-14:7: warning: declaration uses 'sorry' |
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,13 +1,13 @@ | ||
690.lean:3:2-3:29: error: too many variable names provided at alternative 'step', #3 provided, but #2 expected | ||
690.lean:6:0-6:7: warning: declaration uses 'sorry' | ||
case step | ||
a b m✝ : Nat | ||
hStep : a.le m✝ | ||
ih : a.le (m✝ + 1) | ||
⊢ a.le (m✝.succ + 1) | ||
690.lean:11:0-11:7: warning: declaration uses 'sorry' | ||
690.lean:6:0-6:7: warning: declaration uses 'sorry' | ||
case step | ||
a b x : Nat | ||
hStep : a.le x | ||
ih : a.le (x + 1) | ||
⊢ a.le (x.succ + 1) | ||
690.lean:11:0-11:7: warning: declaration uses 'sorry' |
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,5 @@ | ||
973b.lean:5:8-5:10: warning: declaration uses 'sorry' | ||
973b.lean:9:8-9:11: warning: declaration uses 'sorry' | ||
[Meta.Tactic.simp.discharge] ex discharge ❌️ | ||
?p x | ||
[Meta.Tactic.simp.discharge] ex discharge ❌️ ?p (f x) | ||
973b.lean:9:8-9:11: warning: declaration uses 'sorry' |
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,6 +1,6 @@ | ||
consumePPHint.lean:4:8-4:14: warning: declaration uses 'sorry' | ||
consumePPHint.lean:6:8-6:15: warning: declaration uses 'sorry' | ||
case a | ||
⊢ q | ||
(let_fun x := 0; | ||
x + 1) | ||
consumePPHint.lean:6:8-6:15: warning: declaration uses 'sorry' |
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
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,9 +1,9 @@ | ||
renameI.lean:1:0-1:7: warning: declaration uses 'sorry' | ||
x y : Nat | ||
⊢ x = y | ||
renameI.lean:7:0-7:7: warning: declaration uses 'sorry' | ||
renameI.lean:1:0-1:7: warning: declaration uses 'sorry' | ||
x a.b : Nat | ||
⊢ x = a.b | ||
renameI.lean:13:0-13:7: warning: declaration uses 'sorry' | ||
renameI.lean:7:0-7:7: warning: declaration uses 'sorry' | ||
x o✝ y a.b : Nat | ||
⊢ x + y = a.b + o✝ | ||
renameI.lean:13:0-13:7: warning: declaration uses 'sorry' |
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
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
Oops, something went wrong.