Fix type for dynamic-place.
original commit: cc8a9b5ed79ee065bdd36c1c01cec929de054192
This commit is contained in:
parent
445524b021
commit
c9d00530aa
|
@ -2587,7 +2587,10 @@
|
|||
[place? (make-pred-ty -Place)]
|
||||
[place-channel? (make-pred-ty -Place-Channel)]
|
||||
;; 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-break (-> -Place -Void)]
|
||||
[place-kill (-> -Place -Void)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user