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

Move repr to str #28

Closed BattiniSandeep closed 11 months ago

BattiniSandeep commented 11 months ago

Hii @vickumar1981,

I have changed code at all the instances of repr to str, additionally I ran test cases, where results are pretty good, image

Above is the screenshot of the pytest.

Let me know if you need any other changes

vickumar1981 commented 11 months ago

Addresses https://github.com/vickumar1981/pyeffects/issues/3