Make isTauTy detect higher-rank contexts
Previously, isTauTy
would only detect higher-rank forall
s, not
higher-rank contexts, which led to some minor bugs observed
in #18127 (closed). Easily fixed by adding a case for
(FunTy InvisArg _ _
).
Fixes #18127 (closed).