Node:Decoding Memoized Source Expressions, Next:, Previous:Examining Stack Frames, Up:Debugging



35.6 Decoding Memoized Source Expressions

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.