1
0
Fork 0
mirror of https://github.com/correl/typesafe-monads.git synced 2025-03-14 01:09:58 -09:00
typesafe-monads/monads
Correl Roush 319ac3cb4d Add __name__ to the "constant" callable in Reader
Without it, the __repr__ of Reader may fail
2019-01-08 15:31:58 -05: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 Give Curried its own __repr__ implementation 2019-01-08 15:24:32 -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 Ensure the types are correct for all monad methods 2019-01-03 22:28:41 -05: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 Add __name__ to the "constant" callable in Reader 2019-01-08 15:31:58 -05:00
result.py Ensure the types are correct for all monad methods 2019-01-03 22:28:41 -05:00