summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lisp')
-rw-r--r--extra.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/extra.lisp b/extra.lisp
index b738da7..6453751 100644
--- a/extra.lisp
+++ b/extra.lisp
@@ -42,11 +42,3 @@
(defparameter whitespace
(optional (many (unit whitespace?))))
-
-(defun separated-list (p separator)
- (comp ((v p)
- (sep (optional separator))
- (vn (if sep
- (separated-list p separator)
- nothing)))
- (cons v vn)))