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

Modify generics back to covariance. Exempt 2 lines in Monad.py #20

Closed vickumar1981 closed 1 year ago

vickumar1981 commented 1 year ago

@sloboegen Fixes the mypy errors and also the travis file, even though I'm not sure the CI/CD is still running.