diff options
Diffstat (limited to 'extra.lisp')
-rw-r--r-- | extra.lisp | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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)) |