Skip to content

Set combinator associativity to match (<|>) for 0.12 breaking changes #74

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

Closed
wants to merge 1 commit into from

Conversation

maackle
Copy link

@maackle maackle commented May 30, 2018

0.12 disallows mixed associativity. The simplest answer seems to be to change <?> and <??> to left-associative. It seems to not break tests, and it lets it build on 0.12. Does this work?

@thomashoneyman
Copy link
Contributor

Hi @maackle! This change was one of many that needed to be done to migrate to 0.12, including changing a few function imports, renaming id to identity, removing effect rows, and so on. Your change was included by @joncfoo in a separate pull request here, which was merged:

#76

Since that one has been merged in I'm closing this one. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants