Update list of redirected procedures in docs

This commit is contained in:
Asumu Takikawa 2012-06-13 14:28:01 -04:00
parent 567d16ea2b
commit 6c569415cc

View File

@ -44,7 +44,9 @@ the impersonator:
@t{application of a procedure}
unbox set-box!
vector-ref vector-set!
hash-ref hash-set hash-set! hash-remove hash-remove!]
hash-ref hash-set hash-set! hash-remove hash-remove!
call-with-continuation-prompt
abort-current-continuation]
Derived operations, such as printing a value, can be redirected
through impersonators due to their use of accessor functions. The