Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curry does not type correctly in PyCharm #1

Closed
suned opened this issue Aug 6, 2019 · 1 comment
Closed

Curry does not type correctly in PyCharm #1

suned opened this issue Aug 6, 2019 · 1 comment
Labels
bug Something isn't working PyCharm wontfix This will not be worked on

Comments

@suned
Copy link
Owner

suned commented Aug 6, 2019

from pfun import curry2

def f(a: str, b: int) -> str: pass

curry2(f)  #  inferred type: (any) -> (any) -> str
@suned suned added bug Something isn't working PyCharm wontfix This will not be worked on labels Aug 6, 2019
@suned
Copy link
Owner Author

suned commented Aug 10, 2019

Moved focus to mypy since plugin development enables solution to exactly these types of problems. Maybe a pycharm plugin would help with these issues in pycharm as well.

@suned suned closed this as completed Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PyCharm wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant