id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
15,define/memo fails on multiple args,dherman,dherman,"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
",defect,closed,critical,,dherman/memoize.plt,,,,,
