Fix type for dynamic-place.

This commit is contained in:
Vincent St-Amour 2012-07-31 15:13:44 -04:00
parent 04839b39f8
commit cc8a9b5ed7

View File

@ -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)]