-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
e4c70ad
commit b2b05e9
Showing
3 changed files
with
5 additions
and
7 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,9 +1,8 @@ | ||
import Egg | ||
|
||
-- TODO: What is this testing? | ||
-- This tests how type class arguments are encoded in rewrites and matched against expressions. | ||
|
||
variable (thm : {α : Type _} → [Add α] → (a b : α) → a + b = b + a) | ||
|
||
-- TODO: It feels like this is related to universe levels. | ||
example {a b : Nat} : a + b = b + a := by | ||
sorry -- egg [thm] | ||
egg [thm] |
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