diff options
Diffstat (limited to 'src/algebra/strap/CLAGG.lsp')
-rw-r--r-- | src/algebra/strap/CLAGG.lsp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/algebra/strap/CLAGG.lsp b/src/algebra/strap/CLAGG.lsp index eb1fd581..1866f458 100644 --- a/src/algebra/strap/CLAGG.lsp +++ b/src/algebra/strap/CLAGG.lsp @@ -5,8 +5,8 @@ (DEFPARAMETER |Collection;AL| 'NIL) -(DEFUN |Collection| (#0=#:G1398) - (LET (#1=#:G1399) +(DEFUN |Collection| (#0=#:G1395) + (LET (#1=#:G1396) (COND ((SETQ #1# (|assoc| (|devaluate| #0#) |Collection;AL|)) (CDR #1#)) @@ -17,7 +17,7 @@ #1#)))) (DEFUN |Collection;| (|t#1|) - (PROG (#0=#:G1397) + (PROG (#0=#:G1394) (RETURN (PROG1 (LETT #0# (|sublisV| @@ -102,3 +102,9 @@ '((|List| |t#1|)) NIL)) . #1=(|Collection|))))) . #1#) (SETELT #0# 0 (LIST '|Collection| (|devaluate| |t#1|))))))) + +(SETQ |$CategoryFrame| + (|put| '|Collection| '|isCategory| T + (|addModemap| '|Collection| '(|Collection| |#1|) + '((|Category|) (|Type|)) T '|Collection| + |$CategoryFrame|))) |