File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
(require "digitama/plist.rkt " )
8
8
(require "digitama/plist/bplist.rkt " )
9
- (require "digitama/plist/info .plist.rkt " )
9
+ (require "digitama/plist/Info .plist.rkt " )
10
10
11
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
12
(define plist-datum? : (-> Any Boolean : #:+ PList-Datum)
Original file line number Diff line number Diff line change 1
1
#lang typed/racket
2
2
3
3
(require digimon/plist)
4
- (require digimon/location)
4
+ (require digimon/system)
5
+ (require digimon/collection)
5
6
6
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
8
(define bplist-prove : (-> Path-String Any Any Boolean)
21
22
(equal? plist bplist))))
22
23
23
24
(module+ main
24
- (define bplist.dir : Path (build-path (assert (path-only (#%file)) path?) " bplist " ) )
25
-
26
- (for/and ([info.rkt (in-list (directory-list bplist.dir #:build? #true ))]
25
+ (enter-digimon-zone! )
26
+
27
+ (for/and ([info.rkt (in-list (directory-list (build-path (digimon-path 'tamer ) " bplist " ) #:build? #true ))]
27
28
#:when (equal? (path-get-extension info.rkt) #".rkt " ))
28
29
(define name : (Option Path) (file-name-from-path info.rkt))
29
30
You can’t perform that action at this time.
0 commit comments