python-typeclasses
python-typeclasses copied to clipboard
Extensible methods for Python a la Haskell's typeclasses.
Results
2
python-typeclasses issues
Sort by
recently updated
recently updated
newest added
Having a look at #3 it seems the main benefit compared to `functools.singledispatch` is the ability to work on structural types. Therefore I wonder if one can define a hierarchy...