summaryrefslogtreecommitdiff
path: root/compiler/GHC/CoreToStg/Prep.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CoreToStg/Prep.hs')
-rw-r--r--compiler/GHC/CoreToStg/Prep.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CoreToStg/Prep.hs b/compiler/GHC/CoreToStg/Prep.hs
index c0b72cefed..d4f1fc52b3 100644
--- a/compiler/GHC/CoreToStg/Prep.hs
+++ b/compiler/GHC/CoreToStg/Prep.hs
@@ -1111,7 +1111,7 @@ cpeApp top_env expr
where
depth = val_args args
stricts = case idDmdSig v of
- DmdSig (DmdType _ demands _)
+ DmdSig (DmdType _ demands)
| listLengthCmp demands depth /= GT -> demands
-- length demands <= depth
| otherwise -> []