Add missing parenthese.
This commit is contained in:
parent
c420da3c30
commit
84dfc60ef6
|
@ -110,7 +110,7 @@ lines:
|
||||||
....)
|
....)
|
||||||
|
|
||||||
(define files '("a" "b" "c"))
|
(define files '("a" "b" "c"))
|
||||||
(define inputs (map (lambda (f) (string-append f ".input")) files)
|
(define inputs (map (lambda (f) (string-append f ".input")) files))
|
||||||
(define outputs (map (lambda (f) (string-append f ".output")) files))
|
(define outputs (map (lambda (f) (string-append f ".output")) files))
|
||||||
|
|
||||||
(define (line file)
|
(define (line file)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user