Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Macro typechecker: improve treatment of equalities
The solver didn't handle equalities properly, as it didn't account for the result of unification. Now, we try to unify, and if the unifier makes no progress we make the constraint into an inert constraint.
- Loading branch information