aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/COMRING.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/COMRING.lsp')
-rw-r--r--src/algebra/strap/COMRING.lsp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/algebra/strap/COMRING.lsp b/src/algebra/strap/COMRING.lsp
index fc0f6ace..f0fb429e 100644
--- a/src/algebra/strap/COMRING.lsp
+++ b/src/algebra/strap/COMRING.lsp
@@ -4,13 +4,13 @@
(DEFPARAMETER |CommutativeRing;AL| 'NIL)
(DEFUN |CommutativeRing| ()
- (LET (#:G1387)
+ (LET (#:G1396)
(COND
(|CommutativeRing;AL|)
(T (SETQ |CommutativeRing;AL| (|CommutativeRing;|))))))
(DEFUN |CommutativeRing;| ()
- (PROG (#0=#:G1385)
+ (PROG (#0=#:G1394)
(RETURN
(PROG1 (LETT #0#
(|Join| (|Ring|) (|BiModule| '$ '$)
@@ -19,4 +19,9 @@
|CommutativeRing|)
(SETELT #0# 0 '(|CommutativeRing|))))))
+(SETQ |$CategoryFrame|
+ (|put| '|CommutativeRing| '|isCategory| T
+ (|addModemap| '|CommutativeRing| '(|CommutativeRing|)
+ '((|Category|)) T '|CommutativeRing| |$CategoryFrame|)))
+
(MAKEPROP '|CommutativeRing| 'NILADIC T)