cvs commit: hugs98/libraries/Hugs Bits.hs Int.hs Word.hs

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Mon, 5 May 2003 12:44:33 -0700


ross        2003/05/05 12:44:33 PDT

  Modified files:
    libraries/Hugs       Int.hs Word.hs 
  Added files:
    libraries/Hugs       Bits.hs 
  Log:
  Add Bits and Ix instances for Int64 and Word64, and add rotate methods
  to the other Bits instances.
  
  Revision  Changes    Path
  1.10      +62 -38    hugs98/libraries/Hugs/Int.hs
  1.14      +33 -3     hugs98/libraries/Hugs/Word.hs