Extensibility for do
#15
Labels
enhancement
New feature or request
invalid
This doesn't seem right
monads
monads.py
refactoring
something has improved
transactions
transactions.py
do
is a decorator for using monads in the Python function syntax, but historically it has been implemented by transaction code and it lies in their module.You need to move
do
tomonads.py
and refactor it to use plugins, so that you can expanddo
for custom solutions and add solutions for already implemented monads, which also needs to be done.The text was updated successfully, but these errors were encountered: