Open higherorderfunctor opened 5 years ago
Ran into a lot of issues initially with the typing, I think this may correct the issues I had: https://github.com/python/mypy/issues/4024#issuecomment-332671493
Another possibility is defining protocols like Functor, Monad, etc.
Ran into a lot of issues initially with the typing, I think this may correct the issues I had: https://github.com/python/mypy/issues/4024#issuecomment-332671493