Skip to content
  • Simon Peyton Jones's avatar
    Fix PmOracle.addVarCoreCt in-scope set · 17554248
    Simon Peyton Jones authored
    PmOracle.addVarCoreCt was giving a bogus (empty) in-scope set to
    exprIsConApp_maybe, which resulted in a substitution-invariant
    failure (see MR !1647 discussion).
    
    This patch fixes it, by taking the free vars of the expression.
    17554248