Skip to content
Snippets Groups Projects
Li-yao Xia's avatar
Xia Li-yao authored
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.
f6303dd0
History
Name Last commit Last update