FIX #2376: inline shiftR
authorSimon Marlow <marlowsd@gmail.com>
Wed, 30 Jul 2008 10:35:39 +0000 (10:35 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 30 Jul 2008 10:35:39 +0000 (10:35 +0000)
commit258f37c7ef4af4c1ac1e9bf6dfedb53dd8a4c0e9
treeccd09d34f6906050aaaaa3113c88cf7fb7daf20c
parentd0076d7c913ae3f85a01a04f745906e021b2206d
FIX #2376: inline shiftR
Duplicating the default definition for shiftR doesn't seem quite right
to me, but it gets the right results when compiling the example
program, and I couldn't find a better way to do it.
Data/Bits.hs
GHC/Int.hs
GHC/Word.hs