summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Stats.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Stats.hs')
-rw-r--r--compiler/GHC/Core/Stats.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Stats.hs b/compiler/GHC/Core/Stats.hs
index 46d5af5106..a25fd7b108 100644
--- a/compiler/GHC/Core/Stats.hs
+++ b/compiler/GHC/Core/Stats.hs
@@ -116,7 +116,7 @@ exprSize (Tick n e) = tickSize n + exprSize e
exprSize (Type _) = 1
exprSize (Coercion _) = 1
-tickSize :: Tickish Id -> Int
+tickSize :: Tickish -> Int
tickSize (ProfNote _ _ _) = 1
tickSize _ = 1