cvs commit: hugs98/lib/exts Bits.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 9 Apr 2002 19:52:22 -0700


sof         2002/04/09 19:52:22 PDT

  Modified files:
    lib/exts             Bits.hs 
  Log:
  * added Num as a superclass for Bits, falling into line with GHC's defn.
  * added default methods for 'bit', 'setBit', 'clearBit', 'complementBit',
    'testBit'.
  
  Revision  Changes    Path
  1.2       +7 -1      hugs98/lib/exts/Bits.hs