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.lsp25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/algebra/strap/RING.lsp b/src/algebra/strap/RING.lsp
new file mode 100644
index 00000000..47fce84a
--- /dev/null
+++ b/src/algebra/strap/RING.lsp
@@ -0,0 +1,25 @@
+
+(/VERSIONCHECK 2)
+
+(DEFPARAMETER |Ring;AL| 'NIL)
+
+(DEFUN |Ring| ()
+ (LET (#:G1387) (COND (|Ring;AL|) (T (SETQ |Ring;AL| (|Ring;|))))))
+
+(DEFUN |Ring;| ()
+ (PROG (#0=#:G1385)
+ (RETURN
+ (PROG1 (LETT #0#
+ (|Join| (|Rng|) (|Monoid|) (|LeftModule| '$)
+ (|mkCategory| '|domain|
+ '(((|characteristic|
+ ((|NonNegativeInteger|)))
+ T)
+ ((|coerce| ($ (|Integer|))) T))
+ '((|unitsKnown| T))
+ '((|Integer|) (|NonNegativeInteger|))
+ NIL))
+ |Ring|)
+ (SETELT #0# 0 '(|Ring|))))))
+
+(MAKEPROP '|Ring| 'NILADIC T)