Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2000-09-07 09:10:07 by simonpj] · c1994342
    Simon Peyton Jones authored
    * 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
    c1994342