From 5e504b6abaef6cf7e7c58c17e26bec33856b60c0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 17 Aug 2008 08:59:26 +0000 Subject: * algebra/Makefile.pamphlet (all-algstrap): New. * algebra/strap: Update cached Lisp translation. --- src/algebra/strap/ALAGG.lsp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/algebra/strap/ALAGG.lsp') diff --git a/src/algebra/strap/ALAGG.lsp b/src/algebra/strap/ALAGG.lsp index e42de7db..e0bdfbf1 100644 --- a/src/algebra/strap/ALAGG.lsp +++ b/src/algebra/strap/ALAGG.lsp @@ -5,9 +5,9 @@ (DEFPARAMETER |AssociationListAggregate;AL| 'NIL) -(DEFUN |AssociationListAggregate| (&REST #0=#:G1397 &AUX #1=#:G1395) +(DEFUN |AssociationListAggregate| (&REST #0=#:G1399 &AUX #1=#:G1397) (DSETQ #1# #0#) - (LET (#2=#:G1396) + (LET (#2=#:G1398) (COND ((SETQ #2# (|assoc| (|devaluateList| #1#) @@ -22,7 +22,7 @@ #2#)))) (DEFUN |AssociationListAggregate;| (|t#1| |t#2|) - (PROG (#0=#:G1394) + (PROG (#0=#:G1396) (RETURN (PROG1 (LETT #0# (|sublisV| @@ -30,7 +30,7 @@ (LIST (|devaluate| |t#1|) (|devaluate| |t#2|))) (|sublisV| - (PAIR '(#1=#:G1393) + (PAIR '(#1=#:G1395) (LIST '(|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|)))) (COND @@ -53,3 +53,10 @@ (SETELT #0# 0 (LIST '|AssociationListAggregate| (|devaluate| |t#1|) (|devaluate| |t#2|))))))) + +(SETQ |$CategoryFrame| + (|put| '|AssociationListAggregate| '|isCategory| T + (|addModemap| '|AssociationListAggregate| + '(|AssociationListAggregate| |#1| |#2|) + '((|Category|) (|SetCategory|) (|SetCategory|)) T + '|AssociationListAggregate| |$CategoryFrame|))) -- cgit v1.2.3