Open gfbee opened 4 years ago
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 : https://github.com/racket/racket/issues/3234 https://github.com/racket/racket/issues/3235 .
procedure-rename
case-lamba
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
A small thing, from grepping the source for
procedure-rename
andcase-lamba
to see how they're handled if used to implement any of the api, since then one can't rely on rewriting : https://github.com/racket/racket/issues/3234 https://github.com/racket/racket/issues/3235 .