Commit 2022-02-22 18:15 35ef7700
View on Github →refactor(topology/compacts): Turn into structures, use set_like
, cleanup (#12035)
- Change
closeds
,compacts
,nonempty_compacts
,positive_compacts
fromsubtype
tostructure
- Use
set_like
- Add missing instances
- the
lattice
andbounded_order
instances forcloseds
- the
bounded_order
instance forcompacts
- the
semilattice_sup
andorder_top
instances fornonempty_compacts
- the
inhabited
,semilattice_sup
andorder_top
instances forpositive_compacts
- the
- kill
positive_compacts_univ
in favor of⊤
using the neworder_top
instance - rename
nonempty_positive_compacts
topositive_compacts.nonempty
- sectioning the file