[project @ 2000-09-07 09:10:07 by simonpj]
authorsimonpj <unknown>
Thu, 7 Sep 2000 09:10:07 +0000 (09:10 +0000)
committersimonpj <unknown>
Thu, 7 Sep 2000 09:10:07 +0000 (09:10 +0000)
commitc1994342e0c039fd9233f64855d6516935227896
tree989f1bf6695439dcc22f5e4a728fbed455e76e34
parent48b5a78c02862143f58acac6060db1c0bbf4df5d
[project @ 2000-09-07 09:10:07 by simonpj]
* Make the desugarer use string equality for string literal
  patterns longer than 1 character.  And put a specialised
  eqString into PrelBase, with a suitable specialisation rule.
  This makes a huge difference to the size of the code generated
  by deriving(Read) notably in Time.lhs
ghc/compiler/deSugar/DsUtils.lhs
ghc/lib/std/PrelBase.lhs