X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelBits.lhs;h=114ce2e72b58f8ee7dbda593d931858aed50c296;hp=594eb5654b2a2dbf8f6ac880ecdbfb0de464d9d1;hb=f539427ba1a13e672c6057dfa25c17ae93627d09;hpb=0299e1a135c5805e09ed8e2271b3b17fc8a04869 diff --git a/ghc/lib/std/PrelBits.lhs b/ghc/lib/std/PrelBits.lhs index 594eb56..114ce2e 100644 --- a/ghc/lib/std/PrelBits.lhs +++ b/ghc/lib/std/PrelBits.lhs @@ -23,7 +23,7 @@ import PrelNum -- Removing all fixities is a fairly safe fix; fixing the "one fixity -- per symbol per program" limitation in Hugs would take a lot longer. #ifndef __HUGS__ -infixl 8 `shift`, `rotate` +infixl 8 `shift`, `rotate`, `shiftL`, `shiftR`, `rotateL`, `rotateR` infixl 7 .&. infixl 6 `xor` infixl 5 .|.