Closed fredrik-bakke closed 8 months ago
This one's ready for review :)
Don't get fooled by the similar number of additions and deletions, many of them are disjoint.
Turns out i had refactored all the definitions I wanted to in this PR, so it is completely ready for review
My next planned refactoring (of finite types) depends on this PR, so has to wait until this one has been merged.
My next planned refactoring (of finite types) depends on this PR, so has to wait until this one has been merged.
What do you want to do with finite types?
I want to change how the symbol 𝔽
is used. For instance, Poset-𝔽
should be Finite-Poset
.
Thanks for the suggestions!
This PR can be merged when you're done with the comments.
Great, thanks
Summary
make-(Large-)?-Precategory
constructor.is-group
tois-group-Semigroup
.The last item was appropriate to make the handling of
involutive-eq-associative-comp-hom-***-Large-Precategory
systematic.Improves on what was implemented in #945.