Skip to content

Commit 72cea2b

Browse files
committed
Removes "trim-paren"
1 parent a6616da commit 72cea2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/webapp.lisp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
(read-from-string string)
4848
(read-from-string (str:concat "(" string ")"))))
4949

50-
(defun trim-paren (string)
51-
(string-trim '(#\( #\)) string))
52-
5350
(defun truth-table (exp)
5451
(with-output-to-string (s)
5552
(let ((inference:*output-stream* s))

0 commit comments

Comments
 (0)