hask icon indicating copy to clipboard operation
hask copied to clipboard

Gradual typing?

Open billpmurphy opened this issue 9 years ago • 0 comments

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.

billpmurphy avatar Aug 05 '15 19:08 billpmurphy