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
It seems like it would be relatively easy to enable gradual typing in Hask. In Hask's internal type system, the type of Python functions and methods (regardless of arity) is PyFunc. To enable gradual typing, there could be an option that will allow any function type to unify with PyFunc.
The text was updated successfully, but these errors were encountered:
It seems like it would be relatively easy to enable gradual typing in Hask. In Hask's internal type system, the type of Python functions and methods (regardless of arity) is
PyFunc
. To enable gradual typing, there could be an option that will allow any function type to unify withPyFunc
.The text was updated successfully, but these errors were encountered: