3 Commits 49b7c21978 ... c4f0267c2b

Author SHA1 Message Date
  Arne Babenhauserheide c4f0267c2b merge par-map 4 years ago
  Arne Babenhauserheide 8082e6518c fcp example with more restricted import 4 years ago
  Arne Babenhauserheide 72f5832d45 polish 4 years ago
1 changed files with 3 additions and 3 deletions
  1. 3 3
      fcp-example.w

+ 3 - 3
fcp-example.w

@@ -25,7 +25,7 @@ import
     only (ice-9 pretty-print) pretty-print
     only (srfi srfi-1) first second third assoc
     only (srfi srfi-26) cut
-    srfi srfi-37 ;; commandline handling
+    only (srfi srfi-37) option args-fold ;; commandline handling
     only (rnrs bytevectors) string->utf8 utf8->string
 
 
@@ -81,8 +81,8 @@ define options
                 quit
         option '(#\h "help") #f #f
             λ (opt name args loads)
-                format #t "Usage: ~a [options] 
-                
+                format #t "Usage: ~a [options]
+
 Options: 
     -h --help                                 show this dialog
     -V --version                              show the version