-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lists: porting several lemmas from other libraries (#2479)
* Lists: irrelevance of membership (in unique lists) * Lists: the empty list is always a sublist of another * Lists: lookupMaybe (unsafe version of lookup) * List: `concatMap⁺` for the subset relation * Lists: memberhsip lemma for AllPairs * Lists: membership lemmas for map∘filter * Lists: lemmas about concatMap * Lists: lemmas about deduplicate * Lists: membership lemmas about nested lists * Lists: extra subset lemmas about _∷_ * Lists: extra lemmas about _∷_/Unique * Lists: incorporate feedback from James * Lists: incorporate feedback from Guillaume
- Loading branch information
1 parent
47b6a28
commit 7273c6e
Showing
16 changed files
with
558 additions
and
70 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
Oops, something went wrong.