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 has been archived by the owner on Feb 8, 2022. It is now read-only.
seems
fromNonNegInt
only needssumN(one, n)
.one
is from MultiplicativeMonoid andsumN
is fromAdditiveMonoid
soRig
fromPosInt
would only needSemiring
.We don't have
Pos
orNonNeg
types. We could add them or add unsafe functions.The text was updated successfully, but these errors were encountered: