Open bennn opened 7 years ago
pfds/trie uses the pattern (list null null). https://github.com/takikawa/tr-pfds/blob/master/pfds/trie.rkt#L81
pfds/trie
(list null null)
@philnguyen points out that null is a variable here, and not the empty list. https://github.com/philnguyen/soft-contract/issues/88#event-1111070182
null
If "a list of two equal elements" is the intended pattern, please use a better variable name!
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-1111070182If "a list of two equal elements" is the intended pattern, please use a better variable name!