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
One nice thing for Monoids is that we can call a fold directly on a monoidal structure without needing to specify the empty element manually when calling fold. It might be nice to have this added in as a trait method for monoid.
The text was updated successfully, but these errors were encountered:
(I'd be happy to implement this at some point, but have quite a lot of Rust/Rust+FP reading to do first before I really want to dig in on this awesome library)
One nice thing for Monoids is that we can call a fold directly on a monoidal structure without needing to specify the empty element manually when calling
fold
. It might be nice to have this added in as a trait method formonoid
.The text was updated successfully, but these errors were encountered: