From 2e284b71500a1f8dc6cc46ecf21eb1e9389ea780 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 13 Sep 2023 09:54:12 -0600 Subject: new table macro, notes for 9/11 --- cl/src/utils/package.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cl/src/utils/package.lisp') diff --git a/cl/src/utils/package.lisp b/cl/src/utils/package.lisp index 0436a94..bdd5589 100644 --- a/cl/src/utils/package.lisp +++ b/cl/src/utils/package.lisp @@ -1,4 +1,5 @@ (in-package :cl-user) (defpackage lizfcm.utils (:use :cl) - (:export :within-range-p)) + (:export :within-range-p + :table)) -- cgit v1.2.3-70-g09d2