diff options
Diffstat (limited to 'src/algebra/strap/SETCAT.lsp')
| -rw-r--r-- | src/algebra/strap/SETCAT.lsp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/algebra/strap/SETCAT.lsp b/src/algebra/strap/SETCAT.lsp index 075d8993..3f239b87 100644 --- a/src/algebra/strap/SETCAT.lsp +++ b/src/algebra/strap/SETCAT.lsp @@ -4,17 +4,17 @@ (DEFPARAMETER |SetCategory;AL| 'NIL) (DEFUN |SetCategory| () - (LET (#:G1388) + (LET (#:G1397) (COND (|SetCategory;AL|) (T (SETQ |SetCategory;AL| (|SetCategory;|)))))) (DEFUN |SetCategory;| () - (PROG (#0=#:G1386) + (PROG (#0=#:G1395) (RETURN (PROG1 (LETT #0# (|sublisV| - (PAIR '(#1=#:G1385) (LIST '(|OutputForm|))) + (PAIR '(#1=#:G1394) (LIST '(|OutputForm|))) (|Join| (|BasicType|) (|CoercibleTo| '#1#) (|mkCategory| '|domain| '(((|hash| ((|SingleInteger|) $)) T) @@ -24,4 +24,9 @@ |SetCategory|) (SETELT #0# 0 '(|SetCategory|)))))) +(SETQ |$CategoryFrame| + (|put| '|SetCategory| '|isCategory| T + (|addModemap| '|SetCategory| '(|SetCategory|) + '((|Category|)) T '|SetCategory| |$CategoryFrame|))) + (MAKEPROP '|SetCategory| 'NILADIC T) |
