Skip to content
  • Simon Marlow's avatar
    Fix some missing unfoldings (foldr in particular!) · c475d44b
    Simon Marlow authored
    The changes I made to the tidier recently introduced a serious
    regression: the unfoldings for bindings in a recursive group were
    sometimes lost, because we were looking at Id occurrences rather than
    Id binders, and the occurrences of recursive Ids do not necessarily
    have unfoldings attached.
    c475d44b