Skip to content
  • Simon Peyton Jones's avatar
    Fix the GHC.Base.inline builtin rule · 1ca40c20
    Simon Peyton Jones authored
    The BuiltIn rule for GHC.Base.inline wasn't working for two reasons:
     
     a) inlineIdName wasn't in basicKnownKeyNames
     b) The rule function wasn't taking into account the type argument
    
    Thanks to Brian Alliet for spotting this bug. 
    1ca40c20