22 Aug
2008
22 Aug
'08
3:31 a.m.
BTW, where can I put tests for Data.List functions? http://darcs.haskell.org/testsuite/tests/libraries/Data/test_List.hs has not been updated in almost two years, and includes only two good tests. Jim On Thu, Aug 21, 2008 at 7:47 PM, Jim Apple <jbapple+haskell-lib@gmail.com> wrote:
http://hackage.haskell.org/trac/ghc/ticket/2533
Deadline: Sept 7
The Prelude functions drop, take, and splitAt are unfailing (never call error). This patch changes the Data.List generic versions to behave the same way. At present, they call error on negative arguments.
Jim