-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I suggest moving the code of QuiverRows and the corresponding tests to Algebroids. Rationale:
- QuiverRows is a compiled version of the tower AdditiveClosure( Algebroid ). Towers should either live besides their base (i.e. Algebroid), if it semantically fits, or in a separate package. Putting towers together with their top part (i.e. AdditiveClosure in this case) would massively clutter packages which implement abstract, higher concepts.
- Algebroids currently runs all the tests of FreydCategoriesForCAP to cover the tests which need QPA, although the latter only comprise a very small part of the tests.
- We could avoid the suggested dependency of FreydCategoriesForCAP on QPA2, which causes issues now and then.
@sebastianpos @mohamed-barakat Would you be fine with this change?
Metadata
Metadata
Assignees
Labels
No labels