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 current implementation of the type analyzer for Curry types and curry calls only adds the uncurried function type as the type of __call__. This means that the following call produces a false negative:
The current implementation of the type analyzer for
Curry
types andcurry
calls only adds the uncurried function type as the type of__call__
. This means that the following call produces a false negative:As a first solution I suggest to add an overloaded signature to
Curry.__call__
that is curried in the required arguments onlyThe text was updated successfully, but these errors were encountered: