Skip to content
New issue

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

Possible bug: (list null null) #8

Open
bennn opened this issue Jun 6, 2017 · 0 comments
Open

Possible bug: (list null null) #8

bennn opened this issue Jun 6, 2017 · 0 comments

Comments

@bennn
Copy link
Contributor

bennn commented Jun 6, 2017

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant