You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the python functools library provides a function that allows the user to create functions overloaded by type, singledispatch
This could be used to let users natively add Polymorphic Functions, by automatically rewriting such annotated functions into the PolymorphicFunctionType
The text was updated successfully, but these errors were encountered:
the python functools library provides a function that allows the user to create functions overloaded by type, singledispatch
This could be used to let users natively add Polymorphic Functions, by automatically rewriting such annotated functions into the PolymorphicFunctionType
The text was updated successfully, but these errors were encountered: