typesafe-monads/monads
2019-06-11 11:00:35 -04:00
..
__init__.py Add the Future monad 2018-12-12 23:00:18 -05:00
applicative.py Add an infix operator for Applicative.apply 2018-12-11 23:22:35 -05:00
currying.py Fix Reader.__repr__ failing when its callable lacks a __name__ 2019-01-08 15:34:11 -05:00
functor.py Ensure all monoids and monoids implement their appropriate operators 2018-12-06 13:53:07 -05:00
future.py Update Future.sequence to accept an iterable of any awaitable object 2019-01-04 11:47:04 -05:00
list.py Ensure the types are correct for all monad methods 2019-01-03 22:28:41 -05:00
maybe.py Add Optional type conversions to Maybe and Result 2019-06-11 11:00:35 -04:00
monad.py Ensure the types are correct for all monad methods 2019-01-03 22:28:41 -05:00
monoid.py More monoids 2018-10-13 02:27:39 -04:00
py.typed Package a type marker file per PEP 561 2018-12-03 16:15:59 -05:00
reader.py Fix Reader.__repr__ failing when its callable lacks a __name__ 2019-01-08 15:34:11 -05:00
result.py Add Optional type conversions to Maybe and Result 2019-06-11 11:00:35 -04:00