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
{{ message }}
This repository was archived by the owner on Feb 14, 2021. It is now read-only.
Basically the issue is Numeric is not fully defined for very common numerical types e.g. Int not total over division, Double not having a modulo operation.
The consensus of the discussion seems to be that using algebraic abstractions would probably be cleaner. Even better would be to make sure that we can interoperate with scalaz-algebra, spire and algebird as easily as possible.
Right now implementing this would merely mean to remove the code about numeric. Perhaps we should tackle this issue once we have a couple of implementation examples so we can analyze all the implications more easily?