From 6dadca779691ae29c5a2bbfb4f2c2d101ca44911 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 4 Jun 2022 13:09:39 -0700 Subject: Added more CLI options --- util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.lisp') diff --git a/util.lisp b/util.lisp index fe2cb69..2c4ccc0 100644 --- a/util.lisp +++ b/util.lisp @@ -10,5 +10,5 @@ (defun max-length (lists) (reduce (lambda (a x) (max a x)) (mapcar #'length lists))) -(defun empty-p (s) +(defun nonempty-p (s) (not (zerop (length s)))) -- cgit v1.2.3-70-g09d2