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
I'm not sure if there is a particular reason for the lack of IsMap, SetContainer, etc. classes on NonNull, but it would be nice to create and use those sort of operations on these typeclasses.
I think the issue may be that SetContainer requires Monoid. Maybe we could have SemiSetContainer and so on.
The text was updated successfully, but these errors were encountered:
I'm not sure if there is a particular reason for the lack of IsMap, SetContainer, etc. classes on NonNull, but it would be nice to create and use those sort of operations on these typeclasses.
I think the issue may be that
SetContainer
requires Monoid. Maybe we could haveSemiSetContainer
and so on.The text was updated successfully, but these errors were encountered: