louthy / csharp-monad

Library of monads for C#
MIT License
464 stars 53 forks source link

Equatable Monads #19

Open Kentalot opened 7 years ago

Kentalot commented 7 years ago

Monad classes should implement IEquatable and there should be an extension method on Monad delegates that allow equating.

louthy commented 7 years ago

Apologies, was responding to the wrong repo!

Just to be clear I am not supporting this library right now. Language-Ext, my other project took over from where this left off, and has much better implementations of every feature of this library.

I will review and accept pull requests, but I won't be putting more time into it (lang-ext takes most of my free time these days).

Kentalot commented 6 years ago

Ok thanks anyway! Great work, btw.