Skip to content
  • Ryan Scott's avatar
    Make isTauTy detect higher-rank contexts · edec6a6c
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    Previously, `isTauTy` would only detect higher-rank `forall`s, not
    higher-rank contexts, which led to some minor bugs observed
    in #18127. Easily fixed by adding a case for
    `(FunTy InvisArg _ _)`.
    
    Fixes #18127.
    edec6a6c