From 057af65f5e6d6bf6a31ec5484ac23a7ce845157d Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 30 Jul 2020 08:48:13 -0500 Subject: added anaphoric FOLD and FOR --- gtwiwtg.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtwiwtg.asd') diff --git a/gtwiwtg.asd b/gtwiwtg.asd index d30b7cb..d412cdc 100644 --- a/gtwiwtg.asd +++ b/gtwiwtg.asd @@ -7,5 +7,6 @@ :version "0.1.1" :serial t :components ((:file "package") - (:file "gtwiwtg")) + (:file "gtwiwtg") + (:file "anaphora")) :in-order-to ((test-op (test-op gtwiwtg-test)))) -- cgit v1.2.3