recursion-ninja pushed to branch wip/fix-26953 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Hs/Lit.hs
    ... ... @@ -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