|
|
@ -130,7 +130,8 @@
|
|
|
|
(any/c . -> . boolean?)
|
|
|
|
(any/c . -> . boolean?)
|
|
|
|
(->boolean (or path? string? symbol?)))
|
|
|
|
(->boolean (or path? string? symbol?)))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; todo: tighten these input contracts
|
|
|
|
|
|
|
|
;; so that, say, a source-path cannot be input for make-preproc-source-path
|
|
|
|
(define/contract (make-preproc-source-path path)
|
|
|
|
(define/contract (make-preproc-source-path path)
|
|
|
|
(path? . -> . path?)
|
|
|
|
(path? . -> . path?)
|
|
|
|
(add-ext path POLLEN_PREPROC_EXT))
|
|
|
|
(add-ext path POLLEN_PREPROC_EXT))
|
|
|
|