[project @ 2005-12-03 17:32:01 by jpbernardy]
authorjpbernardy <unknown>
Sat, 3 Dec 2005 17:32:01 +0000 (17:32 +0000)
committerjpbernardy <unknown>
Sat, 3 Dec 2005 17:32:01 +0000 (17:32 +0000)
Removed spurious constraint for Monoid (IntMap a) instance

Data/IntMap.hs

index 1be0bbe..4c5246c 100644 (file)
@@ -212,7 +212,7 @@ type Prefix = Int
 type Mask   = Int
 type Key    = Int
 
-instance Ord a => Monoid (IntMap a) where
+instance Monoid (IntMap a) where
     mempty  = empty
     mappend = union
     mconcat = unions