fix contract (#f can always happen-- it means the dialog was cancelled by the user)

This commit is contained in:
Robby Findler 2013-11-17 10:16:24 -06:00
parent c0230fb6f4
commit 4c65ee6d58

View File

@ -15,7 +15,7 @@
#:dir? [dir? boolean?])
[res (dir?)
(if (or dir? (not (equal? dir? the-unsupplied-arg)))
(listof path?)
(or/c (listof path?) #f)
(or/c path? #f))])]))
(define (get-module-path-from-user #:init [init-value ""]