summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-06-25 21:18:55 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-27 11:57:49 -0400
commit0e83efa24636c72811e4c79fe1c7e4f7cf3170cd (patch)
treec5f7fe52d93ac813d8815aac94c3635b70fa3aa6 /compiler/GHC/Hs
parenta04020b88d4935d675f989806aff251f459561e9 (diff)
downloadhaskell-0e83efa24636c72811e4c79fe1c7e4f7cf3170cd.tar.gz
Don't generalize when typechecking a tuple section
The code is simpler and cleaner.
Diffstat (limited to 'compiler/GHC/Hs')
-rw-r--r--compiler/GHC/Hs/Expr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Hs/Expr.hs b/compiler/GHC/Hs/Expr.hs
index ffe23e5588..9f5e6a7ef2 100644
--- a/compiler/GHC/Hs/Expr.hs
+++ b/compiler/GHC/Hs/Expr.hs
@@ -740,7 +740,7 @@ type instance XPresent (GhcPass _) = NoExtField
type instance XMissing GhcPs = NoExtField
type instance XMissing GhcRn = NoExtField
-type instance XMissing GhcTc = Type
+type instance XMissing GhcTc = Scaled Type
type instance XXTupArg (GhcPass _) = NoExtCon