aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/RNG.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-10-27 08:36:45 +0000
committerdos-reis <gdr@axiomatics.org>2010-10-27 08:36:45 +0000
commit88431a10d86db0b69fb67339dcacf088d005482b (patch)
tree4c513999f071ffe782b50f061b21320936147a88 /src/algebra/strap/RNG.lsp
parent388a4332860c39a19fedbe2bdc4dbc8b411115e6 (diff)
downloadopen-axiom-88431a10d86db0b69fb67339dcacf088d005482b.tar.gz
* algebra/boolean.spad.pamphlet (Logic): Now extend Type.
Diffstat (limited to 'src/algebra/strap/RNG.lsp')
-rw-r--r--src/algebra/strap/RNG.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/RNG.lsp b/src/algebra/strap/RNG.lsp
index 94432451..fcdff63a 100644
--- a/src/algebra/strap/RNG.lsp
+++ b/src/algebra/strap/RNG.lsp
@@ -4,7 +4,7 @@
(DEFPARAMETER |Rng;AL| 'NIL)
(DEFUN |Rng;| ()
- (LET ((#0=#:G1397 (|Join| (|AbelianGroup|) (|SemiGroup|))))
+ (LET ((#0=#:G1372 (|Join| (|AbelianGroup|) (|SemiGroup|))))
(|setShellEntry| #0# 0 '(|Rng|))
#0#))