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