Fixing require that caused a cyclic dependency
svn: r1940
This commit is contained in:
parent
a4adc29d52
commit
cfee2d5429
|
@ -7,7 +7,7 @@
|
|||
|
||||
(lib "contract.ss")
|
||||
|
||||
(lib "planet-archives.ss" "planet"))
|
||||
(lib "cachepath.ss" "planet"))
|
||||
|
||||
(define info? (opt-> (symbol?) ((-> any/c)) any/c))
|
||||
(define path-or-string? (lambda (x) (or (path? x) (string? x))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user