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

Uncurried internal representation escapes in error message. #5892

Merged
merged 4 commits into from
Dec 8, 2022

Conversation

cristianoc
Copy link
Collaborator

This is an old standing issue still present.
When something which is not a function is applied in an uncurried way, the error message leaks the internal representation of uncurried types.

See #5888

This is an old standing issue still present.
When something which is not a function is applied in an uncurried way, the error message leaks the internal representation of uncurried types.

See #5888
Curried application treats specially the case where the type used is not a function.
Adapt uncurried application to do the same.
@cristianoc cristianoc mentioned this pull request Dec 8, 2022
5 tasks
@cristianoc cristianoc merged commit 2fb38ce into master Dec 8, 2022
@cristianoc cristianoc deleted the uncurried_type_escapes branch December 8, 2022 13:36
@cristianoc cristianoc restored the uncurried_type_escapes branch December 8, 2022 13:37
@cristianoc cristianoc deleted the uncurried_type_escapes branch December 8, 2022 13:38
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.

None yet

1 participant