summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra.lisp6
-rw-r--r--package.lisp3
2 files changed, 1 insertions, 8 deletions
diff --git a/extra.lisp b/extra.lisp
index e99bf5b..b738da7 100644
--- a/extra.lisp
+++ b/extra.lisp
@@ -50,9 +50,3 @@
(separated-list p separator)
nothing)))
(cons v vn)))
-
-(defun surround (p left &optional right)
- (comp ((_ left)
- (body p)
- (_ (or right left)))
- body))
diff --git a/package.lisp b/package.lisp
index cf3f1df..2b64c6f 100644
--- a/package.lisp
+++ b/package.lisp
@@ -17,5 +17,4 @@
#:repeat
#:whitespace?
#:whitespace
- #:separated-list
- #:surround))
+ #:separated-list))