From cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 20 Feb 2023 08:37:05 -0300 Subject: Add with-package to utils --- print.lisp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 print.lisp (limited to 'print.lisp') diff --git a/print.lisp b/print.lisp deleted file mode 100644 index 1ea7932..0000000 --- a/print.lisp +++ /dev/null @@ -1,6 +0,0 @@ -(in-package #:print) - -(defun table (tbl) - (maphash (lambda (k v) - (format t "~a : ~a~&" k v)) - tbl)) -- cgit v1.2.3