vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add `__eq__` so classes can be compared for equality #4

Closed vickumar1981 closed 9 months ago

vickumar1981 commented 4 years ago

All implemented classes need to have a dunder __eq__ method so that they can be compared for equality.

BattiniSandeep commented 11 months ago

Would like to work on this. Can you please assign this to me. Thanks

BattiniSandeep commented 11 months ago

@vickumar1981 I think below are the classes which need eq.

Let me know if I miss anything.

vickumar1981 commented 11 months ago

@BattiniSandeep looks about right. thanks again!!

BattiniSandeep commented 11 months ago

Hii @vickumar1981 I have raised a pr, It addresses all the classes except Future. Please have look at it. Thanks

vickumar1981 commented 9 months ago

Resolved by: https://github.com/vickumar1981/pyeffects/pull/34