hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Move towards shallow 3 depth trie tests and quick-check style random data #16

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

In order to allow for more comprehensive testing, and stop having to explicitly cause hash collisions, a quick-check style, random-generation, axiomatic testing approach should be adopted for HAMT.

hughfdjackson commented 11 years ago

this requirement is null and void with the planned inclusion of immutable-hash-trie