diff options
Diffstat (limited to 'compiler/GHC/ThToHs.hs')
-rw-r--r-- | compiler/GHC/ThToHs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/ThToHs.hs b/compiler/GHC/ThToHs.hs index 359f8d0606..b6fb65df88 100644 --- a/compiler/GHC/ThToHs.hs +++ b/compiler/GHC/ThToHs.hs @@ -1482,7 +1482,7 @@ cvtTypeKind ty_str ty ForallVisT tvs ty | null tys' -> do { let tvs_spec = map (TH.SpecifiedSpec <$) tvs - -- see Note [Specificity in HsForAllTy] in GHC.Hs.Types + -- see Note [Specificity in HsForAllTy] in GHC.Hs.Type ; tvs_spec' <- cvtTvs tvs_spec ; ty' <- cvtType ty ; loc <- getL |