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

Fix types of function-flip #438

Merged
merged 1 commit into from
Apr 9, 2022

Conversation

Masa-Shin
Copy link
Contributor

@Masa-Shin Masa-Shin commented Mar 29, 2022

In the previous version, the type of flip((x: string, y: number) => any) was incorrectly inferred as (x: string, y: number) => any. It should be (x: number, y: string) => any so I fixed it.

In the previous version, the type of flip((x: string, y: number) => any) was incorrectly inferred as (x: string, y: number) => any.
@angus-c
Copy link
Owner

angus-c commented Apr 9, 2022

Thank you!

@angus-c angus-c merged commit f142890 into angus-c:master Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants