Hi,
Is there a way to retrieve the "definition" of a function in
MzScheme? I explain :
> (define (f n) (* n n))
> (something-like-global-defined-value 'f)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Here, I want to get '(lambda (n) (* n n)) and not just
#<procedure:f>
--
The Dude: And, you know, he's got emotional problems, man.
Walter Sobchak: You mean... beyond pacifism?
_Manuel Giraud_