You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractModule contains multiply_by making it non-marker trait.
Move it to separate trait
Add way to specify what it does from custom attribute
Both VectorSpace (the fact that this isn't called AbstractVectorSpace needs to be hardcoded) and AbstractModule have associated type that needs to be specified somehow.
The text was updated successfully, but these errors were encountered:
There is currently two problems with this:
AbstractModule
containsmultiply_by
making it non-marker trait.VectorSpace
(the fact that this isn't calledAbstractVectorSpace
needs to be hardcoded) andAbstractModule
have associated type that needs to be specified somehow.The text was updated successfully, but these errors were encountered: