summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lisp')
-rw-r--r--extra.lisp6
1 files changed, 0 insertions, 6 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))