From 440b0edceec1eb681bd24ab8d109c19441a39cb7 Mon Sep 17 00:00:00 2001 From: jpbernardy Date: Sat, 3 Dec 2005 17:32:01 +0000 Subject: [PATCH] [project @ 2005-12-03 17:32:01 by jpbernardy] Removed spurious constraint for Monoid (IntMap a) instance --- Data/IntMap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/IntMap.hs b/Data/IntMap.hs index 1be0bbe..4c5246c 100644 --- a/Data/IntMap.hs +++ b/Data/IntMap.hs @@ -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 -- 1.7.10.4