summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2025-05-26 19:14:28 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2025-05-26 19:14:28 -0300
commit2e8323c2af42e817e98eb931eb733dc42c832448 (patch)
tree1e96038cae732f1cdd9e29f0737540bc3a9806bb /extra.lisp
parent688ade34430eb1d4d205698cae810c35c8f44d21 (diff)
downloadmonparser-2e8323c2af42e817e98eb931eb733dc42c832448.tar.gz
monparser-2e8323c2af42e817e98eb931eb733dc42c832448.zip
Remove surround
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))