-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now, instead of defining Enumeration--a collection of all unique elements of a type--as a list of all of its elements (unique up to propositional equality), it is a bijection between a finite set and its elements (up to a provided equivalence). mostly, I think this makes things nicer! it allows for expressing more things in terms of standard library functions, and simplifies a few others, but some did need extra work to transfer over, and overall it was a big rewrite. I want this to look as presentable as I can make it, though, so I think it's worth it.
- Loading branch information
Showing
6 changed files
with
453 additions
and
467 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
Oops, something went wrong.