Skip to content
Snippets Groups Projects
user avatar
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)
1132ec68
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..