Skip to content

Parenthesise type operators when extending import lists#1212

Merged
mergify[bot] merged 1 commit into
haskell:masterfrom
mrBliss:fix-1211
Jan 15, 2021
Merged

Parenthesise type operators when extending import lists#1212
mergify[bot] merged 1 commit into
haskell:masterfrom
mrBliss:fix-1211

Conversation

@mrBliss

@mrBliss mrBliss commented Jan 15, 2021

Copy link
Copy Markdown
Contributor

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.

@jneira jneira left a comment

Copy link
Copy Markdown
Member

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