Forked from
Glasgow Haskell Compiler / GHC
19071 commits behind, 134 commits ahead of the upstream repository.
Simon Peyton Jones
authored
The pure unifier was building an infinite type, through a defective occurs check. So GHC went into an infinite loop. Reason: we were neglecting the 'kco' part of the type, which 'unify_ty' maintains. Yikes. The fix is easy. I refactored a bit to make it harder to go wrong in future. (cherry picked from commit e99fdf77)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. |