Fixing require that caused a cyclic dependency

svn: r1940
This commit is contained in:
Jacob Matthews 2006-01-24 16:42:05 +00:00
parent a4adc29d52
commit cfee2d5429

View File

@ -7,7 +7,7 @@
(lib "contract.ss") (lib "contract.ss")
(lib "planet-archives.ss" "planet")) (lib "cachepath.ss" "planet"))
(define info? (opt-> (symbol?) ((-> any/c)) any/c)) (define info? (opt-> (symbol?) ((-> any/c)) any/c))
(define path-or-string? (lambda (x) (or (path? x) (string? x)))) (define path-or-string? (lambda (x) (or (path? x) (string? x))))