Fix blame parties for proxied default prompt tag
original commit: 55944057b5bdf02b9fd48a964739dfcd4ee516d8
This commit is contained in:
parent
6ba4798b06
commit
d5a89d5cff
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user