diff options
author | ross <unknown> | 2005-01-13 12:26:50 +0000 |
---|---|---|
committer | ross <unknown> | 2005-01-13 12:26:50 +0000 |
commit | b3a669487662c433b6f157e796485dd5e611952d (patch) | |
tree | 2649b20cdcf9452684b2cb7c366953840888001a /libraries/base/Data | |
parent | 3d1901fb9de7294e425dbf2b651582b02c592af8 (diff) | |
download | haskell-b3a669487662c433b6f157e796485dd5e611952d.tar.gz |
[project @ 2005-01-13 12:26:50 by ross]
another cpp hack (that infix declaration occurs 3 times!)
Diffstat (limited to 'libraries/base/Data')
-rw-r--r-- | libraries/base/Data/IntSet.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/IntSet.hs b/libraries/base/Data/IntSet.hs index 62a24913e2..3e940f7c2f 100644 --- a/libraries/base/Data/IntSet.hs +++ b/libraries/base/Data/IntSet.hs @@ -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! |