aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/INTDOM.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-17 08:59:26 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-17 08:59:26 +0000
commit5e504b6abaef6cf7e7c58c17e26bec33856b60c0 (patch)
treefc93b37d696d3c1ca38437a5ad9a815a85fe46b7 /src/algebra/strap/INTDOM.lsp
parentffb91646c6f11e84fa886aa5abc2de61ba291cc1 (diff)
downloadopen-axiom-5e504b6abaef6cf7e7c58c17e26bec33856b60c0.tar.gz
* algebra/Makefile.pamphlet (all-algstrap): New.
* algebra/strap: Update cached Lisp translation.
Diffstat (limited to 'src/algebra/strap/INTDOM.lsp')
-rw-r--r--src/algebra/strap/INTDOM.lsp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/algebra/strap/INTDOM.lsp b/src/algebra/strap/INTDOM.lsp
index 9f770345..ea971300 100644
--- a/src/algebra/strap/INTDOM.lsp
+++ b/src/algebra/strap/INTDOM.lsp
@@ -4,13 +4,13 @@
(DEFPARAMETER |IntegralDomain;AL| 'NIL)
(DEFUN |IntegralDomain| ()
- (LET (#:G1393)
+ (LET (#:G1402)
(COND
(|IntegralDomain;AL|)
(T (SETQ |IntegralDomain;AL| (|IntegralDomain;|))))))
(DEFUN |IntegralDomain;| ()
- (PROG (#0=#:G1391)
+ (PROG (#0=#:G1400)
(RETURN
(PROG1 (LETT #0#
(|Join| (|CommutativeRing|) (|Algebra| '$)
@@ -31,4 +31,9 @@
|IntegralDomain|)
(SETELT #0# 0 '(|IntegralDomain|))))))
+(SETQ |$CategoryFrame|
+ (|put| '|IntegralDomain| '|isCategory| T
+ (|addModemap| '|IntegralDomain| '(|IntegralDomain|)
+ '((|Category|)) T '|IntegralDomain| |$CategoryFrame|)))
+
(MAKEPROP '|IntegralDomain| 'NILADIC T)