summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Subst.hs
diff options
context:
space:
mode:
authorLuite Stegeman <stegeman@gmail.com>2021-01-24 14:16:16 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-20 07:49:15 -0400
commit0107f3568d060b4c979aa3740465c4f6ca4c2bba (patch)
treef17a570bedb397e1211b69cf03cd1cb05e3148cf /compiler/GHC/Core/Subst.hs
parent26328a688183e3af49b5ac315b27afc2691bbc46 (diff)
downloadhaskell-0107f3568d060b4c979aa3740465c4f6ca4c2bba.tar.gz
rename Tickish to CoreTickish
Diffstat (limited to 'compiler/GHC/Core/Subst.hs')
-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 bcf5790b99..3ed3996488 100644
--- a/compiler/GHC/Core/Subst.hs
+++ b/compiler/GHC/Core/Subst.hs
@@ -717,7 +717,7 @@ substDVarSet subst fvs
| otherwise = tyCoFVsOfType (lookupTCvSubst subst fv) (const True) emptyVarSet $! acc
------------------
-substTickish :: Subst -> Tickish -> Tickish
+substTickish :: Subst -> CoreTickish -> CoreTickish
substTickish subst (Breakpoint ext n ids)
= Breakpoint ext n (map do_one ids)
where