Skip to content
  • Simon Peyton Jones's avatar
    Make let and app consistent in exprIsCheapX · 8d8d094d
    Simon Peyton Jones authored
    This fixes Trac #13558, by making App and Let behave
    consistently; see Note [Arguments and let-bindings exprIsCheapX]
    
    I renamed the mysterious exprIsOk to exprIsCheapX.  (The "X"
    is because it is parameterised over a CheapAppFun.)
    8d8d094d