This commit is contained in:
Matthew Flatt 2014-04-29 12:59:45 -06:00
parent 04a60d713b
commit f58cfe596a

View File

@ -16,7 +16,10 @@
(vector-immutable i ...)
(string->immutable-string str)
(make-prefab-struct pf-type legal-message ...)
(string->path (string-append string "x"))
(string->path (string-append (if (path-string? string)
string
"?")
"x"))
(let-values ([(a b) (place-channel)]) a)
(let-values ([(a b) (place-channel)]) b)
f)