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
So far our Semigroup and Monoid instances define only (<>) and mempty. Explicit definitions of stimes, sconcat and mconcat might be able to improve on the defaults.
The text was updated successfully, but these errors were encountered:
So far our
Semigroup
andMonoid
instances define only(<>)
andmempty
. Explicit definitions ofstimes
,sconcat
andmconcat
might be able to improve on the defaults.The text was updated successfully, but these errors were encountered: