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

[sc-490] Remove restriction of types not sharing names with constructors #220

Merged

Conversation

imaqtkatt
Copy link
Contributor

No description provided.

@imaqtkatt imaqtkatt self-assigned this Mar 4, 2024
Copy link

@@ -1,5 +1,6 @@
data A = (A)
data B = (B)
data C = (B)
Copy link
Member

Choose a reason for hiding this comment

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

Can you also test that this fails? (maybe in another file if the message doesn't show here.

data A = A
A = 0

main = A

@imaqtkatt imaqtkatt requested a review from developedby March 4, 2024 13:31
@imaqtkatt imaqtkatt merged commit cfb054c into main Mar 4, 2024
5 checks passed
@imaqtkatt imaqtkatt deleted the feature/sc-490/remove-restriction-of-types-not-sharing-names branch March 4, 2024 13:35
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.

3 participants