More SpecConstr tuning
authorsimonpj@microsoft.com <unknown>
Mon, 26 Jun 2006 20:17:09 +0000 (20:17 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 26 Jun 2006 20:17:09 +0000 (20:17 +0000)
commitb5f43414d0329b56abaaeb5e9e4708000e93670c
tree321bd29c9eb635b3bafc63f458c9a002706fcc3e
parent7f0ce617a0380339da927433dc816e45704db0be
More SpecConstr tuning

For some reason, SpecConstr wasn't taking account of let-bound constructors:
let v = Just 4
in ...(f v)...

Now it does.  An easy fix fortunately.
compiler/specialise/SpecConstr.lhs