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
Using Chains Monoid instead of Lists can give us an enormous performance boost. We should encourage our users to use it instead of list in many cases, such as, Validated, Ior, Writer or Const.
The text was updated successfully, but these errors were encountered:
… Monoid (#2460)
* #2429 Replace list Monoid in the docs with the chain Monoid
* Ior
* #2429 Replace list Monoid in the docs with the chain Monoid
* IorT
Using
Chain
s Monoid instead ofList
s can give us an enormous performance boost. We should encourage our users to use it instead of list in many cases, such as,Validated
,Ior
,Writer
orConst
.The text was updated successfully, but these errors were encountered: