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

Parenthesise type operators when extending import lists #1212

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

mrBliss
Copy link
Contributor

@mrBliss mrBliss commented Jan 15, 2021

Fixes #1211.

When extending the import of a type operator with one of its constructors, don't
forget to put parentheses around the type operator.

Fixes haskell#1211.

When extending the import of a type operator with one of its constructors, don't
forget to put parentheses around the type operator.
Copy link
Member

@jneira jneira left a comment

Choose a reason for hiding this comment

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

Quick fix with regression test, perfect! many thanks

@jneira jneira added the merge me Label to trigger pull request merge label Jan 15, 2021
@mergify mergify bot merged commit 4b0e456 into haskell:master Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing constructors for operators doesn't work properly
2 participants