QuickLook: do a shape test before unifying
Tickets: #25950 (closed) #26030 (closed)
This MR ensures we do a shape test before unifying. This ensures
we don't try to unify a TyVarTv
with a non-tyvar, e.g.
alpha[tyv] := Int
Edited by sheaf
Tickets: #25950 (closed) #26030 (closed)
This MR ensures we do a shape test before unifying. This ensures
we don't try to unify a TyVarTv
with a non-tyvar, e.g.
alpha[tyv] := Int