refactoring volgens skill
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
(define (configuration-list value defaults)
|
||||
(cond
|
||||
((list? value) (map (lambda (item) (format "~a" item)) value))
|
||||
((list? value) (map (λ (item) (format "~a" item)) value))
|
||||
((and (string? value)
|
||||
(not (string=? (string-trim value) "")))
|
||||
(map string-trim (string-split value ";")))
|
||||
|
||||
Reference in New Issue
Block a user