summaryrefslogtreecommitdiff
path: root/ghc/compiler/stranal/StrictAnal.lhs
diff options
context:
space:
mode:
authorsof <unknown>1997-07-05 02:48:31 +0000
committersof <unknown>1997-07-05 02:48:31 +0000
commit9649365acad43e7da35a372bb6b2c21c4ef24e6f (patch)
tree4e55d2b7e6ce45bd1e7a5a49cd73cfb80d10b7ca /ghc/compiler/stranal/StrictAnal.lhs
parent5a823880ee5767fc173665925c889dff677b9346 (diff)
downloadhaskell-9649365acad43e7da35a372bb6b2c21c4ef24e6f.tar.gz
[project @ 1997-07-05 02:46:26 by sof]
Diffstat (limited to 'ghc/compiler/stranal/StrictAnal.lhs')
-rw-r--r--ghc/compiler/stranal/StrictAnal.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/stranal/StrictAnal.lhs b/ghc/compiler/stranal/StrictAnal.lhs
index 751b671cef..d0ea862b10 100644
--- a/ghc/compiler/stranal/StrictAnal.lhs
+++ b/ghc/compiler/stranal/StrictAnal.lhs
@@ -394,7 +394,7 @@ addStrictnessInfoToId str_val abs_val binder body
= case (collectBinders body) of
(_, _, [], rhs) -> binder
(_, _, lambda_bounds, rhs) -> binder `addIdStrictness`
- mkStrictnessInfo strictness Nothing
+ mkStrictnessInfo strictness False
where
tys = map idType lambda_bounds
strictness = findStrictness tys str_val abs_val