From a76bfbf944d8ac89b7581ed378f4782084aa404a Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 31 May 2022 23:23:58 -0700 Subject: User can create new category on the CLI --- util.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util.lisp') diff --git a/util.lisp b/util.lisp index 3369a03..fe2cb69 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 not-empty-string (str) - (not (zerop (length str)))) +(defun empty-p (s) + (not (zerop (length s)))) -- cgit v1.3