Use `refine` for `Frame` base cases.
This is an alternative for !916 (closed).
Instead of factoring out the uses of unification via a Unify
type class with a single Hint Extern
, this MR just turns the iFrame
base instances into Hint Extern
.
Would be useful to run timing to see if this does not suffer from the same performance problems as !916 (closed).