Skip to content
Snippets Groups Projects
  1. Jan 25, 1999
  2. Jan 24, 1999
  3. Jan 23, 1999
  4. Jan 22, 1999
  5. Jan 21, 1999
    • sof's avatar
      [project @ 1999-01-21 20:15:30 by sof] · 4864e32a
      sof authored
      Enum instances updated to comply with the behaviour that
      Haskell 98 specifies. Notable changes,
      
        * [a..b] is not the empty list when a>b any longer.
        * [x..] and [x,y..] for Enum Int are now bounded lists.
      
      The first change is might be worth bearing in mind when converting
      1.4 code to Haskell 98; functions may have made use of the
      old behaviour.
      4864e32a
    • sof's avatar
      [project @ 1999-01-21 20:02:43 by sof] · 718754ae
      sof authored
      Robustified derived toEnum methods; gives better error message when
      passed enum tags < 0.
      718754ae
    • sof's avatar
      [project @ 1999-01-21 20:01:10 by sof] · 0a8369c6
      sof authored
      wibble
      0a8369c6
    • sof's avatar
      [project @ 1999-01-21 20:00:55 by sof] · df4e13fc
      sof authored
      dsExpr: make sure special case for unboxed tuple patterns only
      'fire' when the tup. pat. is unboxed.
      df4e13fc
Loading