[project @ 2004-03-31 15:23:16 by simonmar]
authorsimonmar <unknown>
Wed, 31 Mar 2004 15:23:18 +0000 (15:23 +0000)
committersimonmar <unknown>
Wed, 31 Mar 2004 15:23:18 +0000 (15:23 +0000)
commit17d537ba0af20a72a5bf54f01b463be05935634e
treea669fd81fd6718253d7df1088cc53a529b077181
parentfc63e16fda616d34ffc93a19d1f47271d416e65a
[project @ 2004-03-31 15:23:16 by simonmar]
ClosureInfo.might_be_a_function: this predicate wasn't taking into
account abstract types, which might also hide functions underneath.

Fixes broken compiler when compiled without -O.
ghc/compiler/codeGen/CgExpr.lhs
ghc/compiler/codeGen/ClosureInfo.lhs
ghc/compiler/types/TyCon.lhs