Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2003-09-11 16:46:15 by simonpj] · 424d45ae
    Simon Peyton Jones authored
    Make sure that exprIsTrivial responds "False" to
    	(scc "foo" x)
    
    We do not treat (_scc_ "foo" x) as trivial, because
      a) it really generates code, (and a heap object when it's
         a function arg) to capture the cost centre
      b) see the note [SCC-and-exprIsTrivial] in Simplify.simplLazyBind
    424d45ae