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 think we should be able to use a suitable variant of replicate (that accepts an integral argument) to improve the situation. We could also provide an implementation for sconcat that uses the specialised concat function as the default implementation probably allocates way more than needed.
I noticed that the
Semigroup
instances don't explicitly definestimes
. I suspect its possible to improve on the default definitions.The text was updated successfully, but these errors were encountered: