oops!  copy/paste/edit error.  thanks for catching. 

On Dec 2, 2007 11:26 AM, Ian Lynagh <igloo@earth.li> wrote:
On Sun, Dec 02, 2007 at 09:57:50AM -0800, Conal Elliott wrote:
>
> instance (Ord a, Bounded a) => Monoid (Min a) where
>       mempty = Min minBound

I think you mean:

   mempty = Min maxBound

>       Min a `mappend` Min b = Min (a `min` b)


Thanks
Ian

_______________________________________________
Libraries mailing list
Libraries@haskell.org
http://www.haskell.org/mailman/listinfo/libraries