recursion-ninja pushed to branch wip/fix-26953 at Glasgow Haskell Compiler / GHC
Commits:
-
bebd1343
by recursion-ninja at 2026-02-26T15:50:59+00:00
1 changed file:
Changes:
| ... | ... | @@ -1214,7 +1214,7 @@ rnOverLitVal :: OverLitVal GhcPs -> OverLitVal GhcRn |
| 1214 | 1214 | rnOverLitVal = \case
|
| 1215 | 1215 | HsFractional f -> HsFractional $ rnFractionalLit f
|
| 1216 | 1216 | HsIntegral i -> HsIntegral $ rnIntegralLit i
|
| 1217 | - HsIsString s -> HsIsString $ renameStringLit s
|
|
| 1217 | + HsIsString s -> HsIsString $ renameStringLit s
|
|
| 1218 | 1218 | |
| 1219 | 1219 | rnFractionalLit :: FractionalLit GhcPs -> FractionalLit GhcRn
|
| 1220 | 1220 | rnFractionalLit f = FL
|