Add missing parenthese.

This commit is contained in:
Vincent St-Amour 2014-10-20 16:06:24 -04:00
parent c420da3c30
commit 84dfc60ef6

View File

@ -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)