mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Fix code example
This commit is contained in:
parent
f3d519f030
commit
64b81aa803
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@
|
||||||
;; Will return a list of values for the option.
|
;; Will return a list of values for the option.
|
||||||
;; For example:
|
;; For example:
|
||||||
;; ("-a" "1" "2") ==> ("1")
|
;; ("-a" "1" "2") ==> ("1")
|
||||||
;; ("-a" "1" -a "2") ==> ("1" "2")
|
;; ("-a" "1" "-a" "2") ==> ("1" "2")
|
||||||
(define (collect-opt-values args opt)
|
(define (collect-opt-values args opt)
|
||||||
(cdr
|
(cdr
|
||||||
(foldl
|
(foldl
|
||||||
|
|
Loading…
Add table
Reference in a new issue