[project @ 2001-07-24 09:53:27 by simonpj]
authorsimonpj <unknown>
Tue, 24 Jul 2001 09:53:27 +0000 (09:53 +0000)
committersimonpj <unknown>
Tue, 24 Jul 2001 09:53:27 +0000 (09:53 +0000)
commit198ee273db2c8ff68874a7af139f0a2a56a812e8
tree11771a58b65fba418f43c91d94c70dd4680513d3
parent85d18ab54203384bf191cde3140ebc3b0565eec5
[project @ 2001-07-24 09:53:27 by simonpj]
Keep the printed stuff for Demand and DmdResult separate, else
we can get confused when parsing a strictness signature.  For
example, previously

LX

could have been parsed as L  -> X
or as LX -> T

Urk!  I've taken the simple path of making DmdResults print in
lower case.  Thus

Lx  means L  -> x
LX means LX -> t
ghc/compiler/basicTypes/NewDemand.lhs
ghc/compiler/parser/Lex.lhs