[plt-scheme] plt-scheme 4.0 error - set!: cannot modify a constant:
On 19 Jun, 2008, at 16:37, Scott Brown wrote:
> In earlier versions of plt-scheme I could trace functions like this:
>
> (require (lib "trace.ss"))
> (trace foo)
>
> But in plt-scheme 4.0 this gives an error:
>
> set!: cannot modify a constant: foo
>
> How can I fix this?
>
Are you trying to trace a required function? I think you can't change
identifiers that were required.
Could we know what function are you tracing and how you get that
binding?
- Filipe Cabecinhas