summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2024-10-19 20:23:55 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2024-10-19 20:23:55 -0300
commit4e25074286e83a9e7b980e931284ad795361de94 (patch)
tree6c1779753ba4df2f1316d2b478cfd2e19ac3f465 /extra.lisp
parent79bb353553756604def9c494b13a9446887bc2e0 (diff)
downloadmonparser-4e25074286e83a9e7b980e931284ad795361de94.tar.gz
monparser-4e25074286e83a9e7b980e931284ad795361de94.zip
Rename surrounded to surround
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 4a67d84..e99bf5b 100644
--- a/extra.lisp
+++ b/extra.lisp
@@ -51,7 +51,7 @@
nothing)))
(cons v vn)))
-(defun surrounded (p left &optional right)
+(defun surround (p left &optional right)
(comp ((_ left)
(body p)
(_ (or right left)))