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

Make Lift Text work under RebindableSyntax #534

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

Lysxia
Copy link
Contributor

@Lysxia Lysxia commented Jul 28, 2023

The Lift Int instance produces a polymorphic literal, which desugars to fromIntegral under RebindableSyntax. Fixing that instance in base may be too much of a breaking change if a lot of code relies on the accidental polymorphism. We can at least fix Lift Text by not relying on Lift Int.

Fixes #533

The Lift Int instance produces a polymorphic literal, which desugars to
fromIntegral under RebindableSyntax. Fixing that instance in base may be
too much of a breaking change if a lot of code relies on the accidental
polymorphism. We can at least fix Lift Text by not relying on Lift Int.
@Bodigrim Bodigrim merged commit a7a7eb0 into master Jul 28, 2023
45 of 49 checks passed
@Bodigrim
Copy link
Contributor

Great!

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.

The new lift implementation in text-2.0.1 breaks with RebindableSyntax
2 participants