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