Skip to content
  • Simon Peyton Jones's avatar
    Avoid recursive use of immSuperClasses · e37b571b
    Simon Peyton Jones authored
    In fixing Trac #11480 I had omitted to deal with FunDeps.oclose,
    which was making recursive use of immSuperClasses, and hence
    going into a loop in the recursive case.
    
    Solution: use transSuperClasses, which takes care not to.
    (cherry picked from commit 42c6263f)
    e37b571b