summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lisp')
-rw-r--r--extra.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra.lisp b/extra.lisp
index c0a6a8a..3b64096 100644
--- a/extra.lisp
+++ b/extra.lisp
@@ -4,7 +4,7 @@
(or (char= it #\Space)
(not (graphic-char-p it))))
-(declaim (ftype (function (parser integer integer) parser) repeat))
+(declaim (ftype (function (parser integer &optional integer) parser) repeat))
(defun repeat (p min &optional (max 0))
(if (> min 0)
(comp ((x p)