higherorderfunctor / snmp-fetch

An opinionated python3.7 SNMPv2 package designed for rapid database ingestion.
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Add Functional Interfaces #10

Open higherorderfunctor opened 5 years ago

higherorderfunctor commented 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

higherorderfunctor commented 5 years ago

Another possibility is defining protocols like Functor, Monad, etc.