-
Notifications
You must be signed in to change notification settings - Fork 444
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
18 changed files
with
56 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
1081.lean:7:2-7:5: error: type mismatch | ||
rfl | ||
has type | ||
f 0 y = f 0 y : Prop | ||
?m = ?m : Prop | ||
but is expected to have type | ||
f 0 y = y : Prop | ||
1081.lean:23:4-23:7: error: type mismatch | ||
rfl | ||
has type | ||
insert a ⟨0, ⋯⟩ v = insert a ⟨0, ⋯⟩ v : Prop | ||
?m = ?m : Prop | ||
but is expected to have type | ||
insert a ⟨0, ⋯⟩ v = cons a v : Prop |
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 @@ | ||
1433.lean:11:49-11:52: error: type mismatch | ||
rfl | ||
has type | ||
dividend % divisor = dividend % divisor : Prop | ||
?m = ?m : Prop | ||
but is expected to have type | ||
dividend % divisor = wrongRem : Prop |
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,24 +1,24 @@ | ||
755.lean:5:44-5:47: error: type mismatch | ||
755.lean:7:44-7:47: error: type mismatch | ||
rfl | ||
has type | ||
0 = @OfNat.ofNat Nat 0 (instOfNatNat 0) : Prop | ||
?_ = ?_ : Prop | ||
but is expected to have type | ||
0 = @OfNat.ofNat (Additive Nat) 0 instOfNatAdditiveOfOfNatNat : Prop | ||
755.lean:24:2-24:5: error: type mismatch | ||
0 = 0 : Prop | ||
755.lean:26:2-26:5: error: type mismatch | ||
rfl | ||
has type | ||
2 * 3 = @HMul.hMul Nat Nat Nat instHMul 2 3 : Prop | ||
?_ = ?_ : Prop | ||
but is expected to have type | ||
2 * 3 = @HMul.hMul (Foo Nat) (Foo Nat) (Foo Nat) instHMulFooOfHAdd 2 3 : Prop | ||
755.lean:27:2-27:5: error: type mismatch | ||
2 * 3 = 2 * 3 : Prop | ||
755.lean:29:2-29:5: error: type mismatch | ||
rfl | ||
has type | ||
2 + 3 = @HAdd.hAdd Nat Nat Nat instHAdd 2 3 : Prop | ||
?_ = ?_ : Prop | ||
but is expected to have type | ||
2 + 3 = @HAdd.hAdd (Foo Nat) (Foo Nat) (Foo Nat) instHAddFoo 2 3 : Prop | ||
755.lean:30:2-30:5: error: type mismatch | ||
2 + 3 = 2 + 3 : Prop | ||
755.lean:32:2-32:5: error: type mismatch | ||
rfl | ||
has type | ||
2 - 3 = @HSub.hSub Nat Nat Nat instHSub 2 3 : Prop | ||
?_ = ?_ : Prop | ||
but is expected to have type | ||
2 - 3 = @HSub.hSub (Foo Nat) (Foo Nat) (Foo Nat) instHSubFooOfHAdd 2 3 : Prop | ||
2 - 3 = 2 - 3 : Prop |
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,6 +1,6 @@ | ||
etaStructIssue.lean:20:2-20:5: error: type mismatch | ||
rfl | ||
has type | ||
mkNat e x₁ = mkNat e x₁ : Prop | ||
?m = ?m : Prop | ||
but is expected to have type | ||
mkNat e x₁ = mkNat e.mk x₂ : Prop |
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 @@ | ||
isDefEqOffsetBug.lean:19:2-19:5: error: type mismatch | ||
rfl | ||
has type | ||
0 + 0 = 0 + 0 : Prop | ||
?m = ?m : Prop | ||
but is expected to have type | ||
0 + 0 = 0 : Prop |
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
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