aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/RING.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-20 07:57:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-20 07:57:14 +0000
commit90dee68c255cd77c5e72fb78da8a02d07e3c1c49 (patch)
treef1bda1d35b9549660a6275890865894e87ebaf44 /src/algebra/strap/RING.lsp
parent29c64f74f12bbeebb82045b08db420d2d2b60cf7 (diff)
downloadopen-axiom-90dee68c255cd77c5e72fb78da8a02d07e3c1c49.tar.gz
* algebra/coerce.spad.pamphlet (CoercibleFrom): New.
(ConvertibleFrom): Likewise. (RetractableTo): Use it. * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include KRCFROM and KVTFROM. * share/algebra/: Update databases.
Diffstat (limited to 'src/algebra/strap/RING.lsp')
-rw-r--r--src/algebra/strap/RING.lsp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/algebra/strap/RING.lsp b/src/algebra/strap/RING.lsp
index 016a3ee0..7b61ea0f 100644
--- a/src/algebra/strap/RING.lsp
+++ b/src/algebra/strap/RING.lsp
@@ -17,14 +17,9 @@
'((|Integer|) (|NonNegativeInteger|))
NIL))
|Ring|)
- (SETELT #0# 0 '(|Ring|))))))
+ (|setShellEntry| #0# 0 '(|Ring|))))))
(DEFUN |Ring| ()
(LET () (COND (|Ring;AL|) (T (SETQ |Ring;AL| (|Ring;|))))))
-(SETQ |$CategoryFrame|
- (|put| '|Ring| '|isCategory| T
- (|addModemap| '|Ring| '(|Ring|) '((|Category|)) T '|Ring|
- |$CategoryFrame|)))
-
(MAKEPROP '|Ring| 'NILADIC T)