Commit 2020-02-05 06:25 dd8da516
View on Github →refactor(*): migrate from ≠ ∅
to set.nonempty
(#1954)
- refactor(*): migrate from
≠ ∅
toset.nonempty
Sorry for a huge PR but it's easier to do it in one go. Basically, I got rid of all≠ ∅
in theorem/def types, then fixed compile. I also removed most lemmas about≠ ∅
fromset/basic
to make sure that I didn't miss something I should change elsewhere. Should I restore (some of) them? - Fix compile of
archive/
- Drop +1 unneeded argument, thanks @sgouezel.