summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-04-15 11:31:00 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-18 20:12:26 -0400
commita42346970839feffdae6e5a570bde71a91ef8491 (patch)
tree4e4f1f6ccca6b33a1196dc6757f7e8af9a938934
parent40d2843686ecb08f9fce8691b833ba6517cfc6ec (diff)
downloadhaskell-a42346970839feffdae6e5a570bde71a91ef8491.tar.gz
Fix Haddock reference
-rw-r--r--compiler/GHC/Core/Subst.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Subst.hs b/compiler/GHC/Core/Subst.hs
index 520bfd5d16..e0f153287f 100644
--- a/compiler/GHC/Core/Subst.hs
+++ b/compiler/GHC/Core/Subst.hs
@@ -585,7 +585,7 @@ substCoVarBndr (Subst in_scope id_env tv_env cv_env) cv
(TCvSubst in_scope' tv_env' cv_env', cv')
-> (Subst in_scope' id_env tv_env' cv_env', cv')
--- | See 'Type.substTy'
+-- | See 'GHC.Core.Type.substTy'.
substTy :: Subst -> Type -> Type
substTy subst ty = Type.substTyUnchecked (getTCvSubst subst) ty