Fix blame parties for proxied default prompt tag
This commit is contained in:
parent
25ed52f9d6
commit
55944057b5
|
@ -25,7 +25,10 @@
|
||||||
(define default-continuation-prompt-tag
|
(define default-continuation-prompt-tag
|
||||||
(contract (-> (prompt-tag/c any-wrap/c #:call/cc any-wrap/c))
|
(contract (-> (prompt-tag/c any-wrap/c #:call/cc any-wrap/c))
|
||||||
-default-continuation-prompt-tag
|
-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))
|
(require (for-template (submod "." contracted))
|
||||||
(submod "." contracted))
|
(submod "." contracted))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user