Rejig the absent-arg stuff for unlifted types
authorsimonpj@microsoft.com <unknown>
Thu, 23 Sep 2010 10:57:32 +0000 (10:57 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 23 Sep 2010 10:57:32 +0000 (10:57 +0000)
commit8ddee6152c215e8e8ee1cbfff3481ea5bc062305
treea4237e7d6c135c9a7ae56e6ee2a87471e4a44c4a
parenta7554688338b04ec362bc475b0992ef8799c8bd0
Rejig the absent-arg stuff for unlifted types

This is what was giving the "absent entered" messages
See Note [Absent errors] in WwLib.  We now return a
suitable literal for absent values of unlifted type.
compiler/basicTypes/Literal.lhs
compiler/stranal/WwLib.lhs