QuickCheck patch

Nick Smallbone nick.smallbone at gmail.com
Mon Aug 30 22:21:23 EDT 2010


Thanks! I pushed your patch and fixed some more warnings myself. Now
everything except Function.hs compiles with -Wall
-fno-warn-type-defaults.

Nick

On Tue, Aug 31, 2010 at 12:41 AM, Ian Lynagh <igloo at earth.li> wrote:
>
> Hi,
>
> I've attached a QuickCheck patch to clean up some of the -Wall warnings.
>
> I haven't fixed a warning involving this line in Monadic.hs as it scares
> me:
>    result = failed result{ reason = s }
> and I didn't try to work out what the right fix to
>    import Data.Typeable
> in Exception.hs being unnecessary is. I think there are also some
> modules I haven't got as far as compiling yet.
>
>
> Thanks
> Ian
>
>



More information about the QuickCheck mailing list