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
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Rodrigo Mesquita
- - - - -
1 changed file:
- compiler/GHC/Hs/Lit.hs
Changes:
=====================================
compiler/GHC/Hs/Lit.hs
=====================================
@@ -603,9 +603,6 @@ rnFractionalLit = convertFractionalLit
-- |
-- Change the GHC pass from the current 'Pass' to the 'Typechecked' pass.
--- This function can safely accept any GHC 'Pass; as the input,
--- because 'Typechecked' is the final 'Pass'. Note that this permits the
--- "no-op" of going from 'Typechecked' to 'Typechecked'.
{-# INLINE[1] tcFractionalLit #-}
{-# RULES "tcFractionalLit/id" tcFractionalLit = id #-}
tcFractionalLit :: FractionalLit (GhcPass p) -> FractionalLit GhcTc
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/40212ba6a3a5661e048b7fbd5f7fa0bd...
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/40212ba6a3a5661e048b7fbd5f7fa0bd...
You're receiving this email because of your account on gitlab.haskell.org.