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

freeze doesn't rewrite arity errors #100

Open
gfbee opened this issue Jun 5, 2020 · 0 comments
Open

freeze doesn't rewrite arity errors #100

gfbee opened this issue Jun 5, 2020 · 0 comments

Comments

@gfbee
Copy link
Contributor

gfbee commented Jun 5, 2020

A small thing, from grepping the source for procedure-rename and case-lamba to see how they're handled if used to implement any of the api, since then one can't rely on rewriting : racket/racket#3234 racket/racket#3235 .

Language: Beginning Student; memory limit: 2000 MB.
> (require 2htdp/image) (freeze 1 2)
freeze: arity mismatch;
 the expected number of arguments does not match the given number
  given: 2
  arguments...:
   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

1 participant