Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2001-01-12 11:36:24 by simonpj] · 679560cd
    Simon Peyton Jones authored
    Amazingly, SimplCore.simplifyExpr didn't call the occurrence
    analyser, so expressions typed in at the prompt were being
    simplified very weedily.  Ditto the LHS and RHS of RULES.
    
    So SimplCore.simplExprGently now does the business.  It runs
    the simplifier twice because one pass leaves tons of crud.
    
    This doesn't fix any bugs but it is cleaner.
    679560cd