[plt-scheme] Catch an unknown method error

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sat Feb 23 12:35:33 EST 2008

You probably just need to add this line:

  (require (for-syntax scheme/base))

A brief description here:

  http://www.untyped.com/untyping/archives/2008/02/requiring_up_an.html

N.

On Sat, Feb 23, 2008 at 12:28 PM, Filipe Cabecinhas <filcab at gmail.com> wrote:
>
>  So, I was trying to mix Ryan and Noel's versions (so I wouldn't have
>  to use the exception mechanism and I got a better error message (it's
>  weird when you use send but have an error message about send/apply))
>  but I got this error:
>
>  compile: bad syntax; function application is not allowed, because no #
>  %app syntax transformer is bound in: (syntax-case stx () ...
>


Posted on the users mailing list.