From 6c569415cc7fedb7f7c8cee2db313c292033df39 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 13 Jun 2012 14:28:01 -0400 Subject: [PATCH] Update list of redirected procedures in docs --- collects/scribblings/reference/chaperones.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/reference/chaperones.scrbl b/collects/scribblings/reference/chaperones.scrbl index bb378252d5..91de2a4065 100644 --- a/collects/scribblings/reference/chaperones.scrbl +++ b/collects/scribblings/reference/chaperones.scrbl @@ -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