[project @ 2001-12-17 12:32:05 by simonmar]
authorsimonmar <unknown>
Mon, 17 Dec 2001 12:32:05 +0000 (12:32 +0000)
committersimonmar <unknown>
Mon, 17 Dec 2001 12:32:05 +0000 (12:32 +0000)
mkLocalNonRec bug fix: we always want to generate a case when the rhs
of a binding is an unlifted type.  Previously the two cases for an
unlifted rhs and a strict binding were handled together which caused
some confusion, so now the cases are separate.


No differences found