diff options
author | sof <unknown> | 1997-07-05 02:48:31 +0000 |
---|---|---|
committer | sof <unknown> | 1997-07-05 02:48:31 +0000 |
commit | 9649365acad43e7da35a372bb6b2c21c4ef24e6f (patch) | |
tree | 4e55d2b7e6ce45bd1e7a5a49cd73cfb80d10b7ca /ghc/compiler/stranal/SaLib.lhs | |
parent | 5a823880ee5767fc173665925c889dff677b9346 (diff) | |
download | haskell-9649365acad43e7da35a372bb6b2c21c4ef24e6f.tar.gz |
[project @ 1997-07-05 02:46:26 by sof]
Diffstat (limited to 'ghc/compiler/stranal/SaLib.lhs')
-rw-r--r-- | ghc/compiler/stranal/SaLib.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index d31d892e3e..485b597f10 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -107,7 +107,7 @@ lookupAbsValEnv (AbsValEnv idenv) y \end{code} \begin{code} -absValFromStrictness :: AnalysisKind -> StrictnessInfo bdee -> AbsVal +absValFromStrictness :: AnalysisKind -> StrictnessInfo -> AbsVal absValFromStrictness anal NoStrictnessInfo = AbsTop |