tr-pfds icon indicating copy to clipboard operation
tr-pfds copied to clipboard

Typed Racket data structure libraries

Results 3 tr-pfds issues
Sort by recently updated
recently updated
newest added

Hi, I couldn't find anywhere the license of this package, neither on github nor on the [original PLaneT page](https://planet.racket-lang.org/display.ss?package=pfds.plt&owner=krhari) . Without any further information, we're in principle not allowed to...

See [the log](http://pkg-build.racket-lang.org/server/built/test-fail/pfds.txt) for details. Seems to be the performance tests. Adding a `config` submodule providing a larger `timeout` ought to work, or make the default settings for the perf...

`pfds/trie` uses the pattern `(list null null)`. https://github.com/takikawa/tr-pfds/blob/master/pfds/trie.rkt#L81 @philnguyen points out that `null` is a variable here, and not the empty list. https://github.com/philnguyen/soft-contract/issues/88#event-1111070182 If "a list of two equal elements"...