Fix blame parties for proxied default prompt tag

This commit is contained in:
Asumu Takikawa 2012-12-03 11:58:23 -05:00
parent 25ed52f9d6
commit 55944057b5

View File

@ -25,7 +25,10 @@
(define default-continuation-prompt-tag
(contract (-> (prompt-tag/c any-wrap/c #:call/cc any-wrap/c))
-default-continuation-prompt-tag
'typed 'untyped)))
;; TODO: we actually want to be able to specify that the
;; "contract from" party is not the untyped party
;; here, but that's not currently possible
'untyped 'typed)))
(require (for-template (submod "." contracted))
(submod "." contracted))