[project @ 2005-01-13 12:26:50 by ross]
[ghc-base.git] / Data / IntSet.hs
index 7c66dbb..3e940f7 100644 (file)
@@ -134,7 +134,7 @@ shiftRL (W# x) (I# i)
  * Newer Hugs defines 'Word' in the Prelude but no operations.
 --------------------------------------------------------------------}
 import Data.Word
-infixl 9 \\
+infixl 9 \\ -- comment to fool cpp
 
 type Nat = Word32   -- illegal on 64-bit platforms!
 
@@ -153,7 +153,7 @@ shiftRL x i   = shiftR x i
   * A "Nat" is a natural machine word (an unsigned Int)
 --------------------------------------------------------------------}
 import Data.Word
-infixl 9 \\
+infixl 9 \\ -- comment to fool cpp
 
 type Nat = Word