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

Handle other things in racket sexps #3

Open
samth opened this issue Apr 13, 2015 · 1 comment
Open

Handle other things in racket sexps #3

samth opened this issue Apr 13, 2015 · 1 comment

Comments

@samth
Copy link

samth commented Apr 13, 2015

This doesn't do anything smart with vectors, hashes, boxes, or other things that can appear in Racket s-expressions.

@dvanhorn
Copy link

Just here 6ish years later to say the same thing. I was surprised that in particular the code breaks on pairs.

(sexp-diff '(1 . 2) '(1 . 2))

gives

map: contract violation
  expected: list?
  given: '(1 . 2)

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

2 participants