[project @ 2003-01-24 15:18:46 by malcolm]
authormalcolm <unknown>
Fri, 24 Jan 2003 15:18:46 +0000 (15:18 +0000)
committermalcolm <unknown>
Fri, 24 Jan 2003 15:18:46 +0000 (15:18 +0000)
commitd95dbc7bb80eb696da3c449229d9c223ba2ed2e6
treeb2922f7d455c7db89a619d30af686941c745a616
parentff719fd9d3b8dc30cff887beca7d2c0d823781e0
[project @ 2003-01-24 15:18:46 by malcolm]
Move the 'shiftL/R' and 'rotateL/R' variants to become methods of
the Bits class.  This gives an instance the choice of which methods
(directional, or unified) to implement directly.  (This change was
agreed in Sept 2002, but is only being committed now.)

Add instances for Int and Integer in nhc98.
Data/Bits.hs