recursion-ninja pushed to branch wip/fix-26953 at Glasgow Haskell Compiler / GHC
Commits:
-
40212ba6
by recursion-ninja at 2026-04-10T16:38:59+00:00
1 changed file:
Changes:
| ... | ... | @@ -603,9 +603,6 @@ rnFractionalLit = convertFractionalLit |
| 603 | 603 | |
| 604 | 604 | -- |
|
| 605 | 605 | -- Change the GHC pass from the current 'Pass' to the 'Typechecked' pass.
|
| 606 | --- This function can safely accept any GHC 'Pass; as the input,
|
|
| 607 | --- because 'Typechecked' is the final 'Pass'. Note that this permits the
|
|
| 608 | --- "no-op" of going from 'Typechecked' to 'Typechecked'.
|
|
| 609 | 606 | {-# INLINE[1] tcFractionalLit #-}
|
| 610 | 607 | {-# RULES "tcFractionalLit/id" tcFractionalLit = id #-}
|
| 611 | 608 | tcFractionalLit :: FractionalLit (GhcPass p) -> FractionalLit GhcTc
|