added todo

pull/9/head
Matthew Butterick 11 years ago
parent 6c49ef1cbd
commit 1405113ed1

@ -130,7 +130,8 @@
(any/c . -> . boolean?)
(->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)
(path? . -> . path?)
(add-ext path POLLEN_PREPROC_EXT))

Loading…
Cancel
Save