Fix type for dynamic-place.
This commit is contained in:
parent
04839b39f8
commit
cc8a9b5ed7
|
@ -2587,7 +2587,10 @@
|
||||||
[place? (make-pred-ty -Place)]
|
[place? (make-pred-ty -Place)]
|
||||||
[place-channel? (make-pred-ty -Place-Channel)]
|
[place-channel? (make-pred-ty -Place-Channel)]
|
||||||
;; FIXME: the `#:at` keyword is for remote places, not supported yet
|
;; FIXME: the `#:at` keyword is for remote places, not supported yet
|
||||||
[dynamic-place (->key -Module-Path Sym #:at (-val #f) #f -Place)]
|
[dynamic-place (->key -Module-Path Sym
|
||||||
|
#:at (-val #f) #f
|
||||||
|
#:named (Un (-val #f) -Symbol) #f
|
||||||
|
-Place)]
|
||||||
[place-wait (-> -Place -Int)]
|
[place-wait (-> -Place -Int)]
|
||||||
[place-break (-> -Place -Void)]
|
[place-break (-> -Place -Void)]
|
||||||
[place-kill (-> -Place -Void)]
|
[place-kill (-> -Place -Void)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user