We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. philnguyen/soft-contract#88 (comment)
null
If "a list of two equal elements" is the intended pattern, please use a better variable name!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.philnguyen/soft-contract#88 (comment)
If "a list of two equal elements" is the intended pattern, please use a better variable name!
The text was updated successfully, but these errors were encountered: