[Haskell-cafe] Re: ANN: list-tries-0.0 - first release

Matti Niemenmaa matti.niemenmaa+news at iki.fi
Tue Apr 21 17:29:05 EDT 2009


Martijn van Steenbergen wrote:
> Matti Niemenmaa wrote:
>> In order to run properly, list-tries needs a version of 'containers'
>> that hasn't yet been released. I incorporated a little hack which makes
>> it compile even with 0.2, but some calls will fail by calling 'error':
>> 30 of my 1014 test cases do so.
> 
> 1014 test cases?! Wow. :-)

The actual count is probably between 100 and 200: that includes all the 
ones generated via Template Haskell for the different parametrizations 
of the basic data types. Each test case splits into up to 12 different 
ones due to three axes: Patricia/not, list/Map/IntMap, and 
TrieSet/TrieMap. I just grabbed test-framework's count and didn't 
actually look at the source. :-)

> FYI, list-tries installed without any problems (with containers-0.2.0.0).

Good to hear that it works for someone else, too. (I don't have a new 
enough version of containers installed myself, after upgrading to 
6.10.2.) Just bear in mind that some functions won't work.



More information about the Haskell-Cafe mailing list