Commit 2020-07-07 04:39 095445ee
View on Github →refactor(order/*): make data.set.basic
import order.bounded_lattice
(#3285)
I have two goals:
- make it possible to refactor
set
to uselattice
operations; - make
submonoid.basic
independent ofdata.nat.basic
.