Andreas Voegele wrote:
> Hi,
>
> when I try to load DOODL from scsh 0.6.4 I get the following error
> message:
>
> Error: unknown LAP instruction
> (check-nargs= 1)
>
> I can trigger this message with the following command:
>
> scsh -lm =scheme48/misc/packages.scm -o annotations
>
> Do I have to load another module before DOODL?
In scheme/misc/annotations.scm, change both uses of the CHECK-NARG=
instruction to uses of the PROTOCOL instruction.
Then you can use the ANNOTATIONS package as well to associate arbitrary
data with procedures.
|