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

Add a fixity declaration for ++ #165

Merged
merged 1 commit into from Sep 22, 2022
Merged

Conversation

treeowl
Copy link
Contributor

@treeowl treeowl commented Sep 22, 2022

The fixity of the type-level ++ should match that of the term-level one, so people can write things like as ++ b ': cs without parentheses.

This is theoretically a breaking change, but I don't think that should stop it.

The fixity of the type-level `++` should match that of the term-level one, so people can write things like `as ++ b ': cs` without parentheses.
@acowley acowley merged commit a56b778 into VinylRecords:master Sep 22, 2022
@acowley
Copy link
Contributor

acowley commented Sep 22, 2022

Good catch, thank you!

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

2 participants