Node:Decoding Memoized Source Expressions, Next:Starting a New Stack, Previous:Examining Stack Frames, Up:Debugging
memoized? obj | Scheme Procedure |
scm_memoized_p (obj) | C Function |
Return #t if obj is memoized.
|
unmemoize m | Scheme Procedure |
scm_unmemoize (m) | C Function |
Unmemoize the memoized expression m, |
memoized-environment m | Scheme Procedure |
scm_memoized_environment (m) | C Function |
Return the environment of the memoized expression m. |