Ticket #15 (closed defect)
define/memo fails on multiple args
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | dherman/memoize.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: |
Description
John Clements wrote:
In 4.0.1.1, this program:
#lang scheme/base (require (planet "memoize.ss" ("dherman" "memoize.plt" 2 1))) (define/memo (f a b) 13)
Yields this error:
#%app: missing procedure expression; probably originally (), which is an illegal empty application in: (#%app)
This error does not occur in the mzscheme language, and it does not occur with a function of arity 1. It's probably the difference between a #%plain-app and an #%app somewhere? That's just a guess, mind you.
John
Change History
Note: See
TracTickets for help on using
tickets.