Skip to content

Add GHC-17335 #490

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

Merged
merged 2 commits into from
Mar 12, 2025
Merged

Add GHC-17335 #490

merged 2 commits into from
Mar 12, 2025

Conversation

hsyl20
Copy link
Contributor

@hsyl20 hsyl20 commented Jun 6, 2024

No description provided.


data T = T1 | T2 {x :: Bool}

f a = x a
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could adding a type signature f :: T -> Bool be beneficial for readers?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed addition of type signatures to the branch.

@Bodigrim Bodigrim merged commit 8821db3 into haskellfoundation:main Mar 12, 2025
2 checks passed
@Bodigrim
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants