Re: [Haskell-cafe] Seems a wrong implementation of Graham Scan in Haskell Wiki

Ah so that’s how a mailing list works.. Sorry for my stupidness...
On Apr 12, 2014, at 1:08 AM, Kim-Ee Yeoh
On Sat, Apr 12, 2014 at 12:01 AM, Yang Leo
wrote: I’ve updated the Haskell wiki now. I haven’t learnt how to do unit tests in Haskell yet, any tests on my implementations would be welcomed. wikipage: http://www.haskell.org/haskellwiki/Graham_Scan_Implementation
Would you mind forwarding to the haskell-cafe mailing list as well?
So that everyone else is kept updated?
-- Kim-Ee

Hi Yang Leo,
Did you consider leaving or adapting the quickcheck tests that were on
that page previously? Quickcheck isn't a unit test, but it is
similarly useful.
Regards,
Adam
On Fri, Apr 11, 2014 at 1:14 PM, Yang Leo
Ah so that’s how a mailing list works.. Sorry for my stupidness...
On Apr 12, 2014, at 1:08 AM, Kim-Ee Yeoh
wrote: On Sat, Apr 12, 2014 at 12:01 AM, Yang Leo
wrote: I’ve updated the Haskell wiki now. I haven’t learnt how to do unit tests in Haskell yet, any tests on my implementations would be welcomed.
wikipage: http://www.haskell.org/haskellwiki/Graham_Scan_Implementation
Would you mind forwarding to the haskell-cafe mailing list as well?
So that everyone else is kept updated?
-- Kim-Ee
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

I’ve adapt the old quickcheck tests to mine code, and yes, the old mistake gone.
On Apr 12, 2014, at 2:02 AM, adam vogt
Hi Yang Leo,
Did you consider leaving or adapting the quickcheck tests that were on that page previously? Quickcheck isn't a unit test, but it is similarly useful.
Regards, Adam
On Fri, Apr 11, 2014 at 1:14 PM, Yang Leo
wrote: Ah so that’s how a mailing list works.. Sorry for my stupidness...
On Apr 12, 2014, at 1:08 AM, Kim-Ee Yeoh
wrote: On Sat, Apr 12, 2014 at 12:01 AM, Yang Leo
wrote: I’ve updated the Haskell wiki now. I haven’t learnt how to do unit tests in Haskell yet, any tests on my implementations would be welcomed.
wikipage: http://www.haskell.org/haskellwiki/Graham_Scan_Implementation
Would you mind forwarding to the haskell-cafe mailing list as well?
So that everyone else is kept updated?
-- Kim-Ee
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
adam vogt
-
Yang Leo