From 3b4368f9022e58ff7bdd16777df2b83f467326c1 Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 13 Jan 2005 12:26:50 +0000 Subject: [PATCH] [project @ 2005-01-13 12:26:50 by ross] another cpp hack (that infix declaration occurs 3 times!) --- Data/IntSet.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/IntSet.hs b/Data/IntSet.hs index 62a2491..3e940f7 100644 --- a/Data/IntSet.hs +++ b/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! -- 1.7.10.4