aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/DIVRING-.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/DIVRING-.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/DIVRING-.lsp')
-rw-r--r--src/algebra/strap/DIVRING-.lsp50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/algebra/strap/DIVRING-.lsp b/src/algebra/strap/DIVRING-.lsp
index b8b219ec..4a61885c 100644
--- a/src/algebra/strap/DIVRING-.lsp
+++ b/src/algebra/strap/DIVRING-.lsp
@@ -58,53 +58,3 @@
19 1 6 0 15 20 2 6 0 15 0 21 2 6 0 0
0 22 2 0 0 0 15 16 2 0 0 17 0 23)))))
'|lookupComplete|))
-
-(SETQ |$CategoryFrame|
- (|put| '|DivisionRing&| '|isFunctor|
- '(((** ($ $ (|Integer|))) T (ELT $ 16))
- ((* ($ $ (|Fraction| (|Integer|)))) T (ELT $ NIL))
- ((* ($ (|Fraction| (|Integer|)) $)) T (ELT $ 23))
- ((** ($ $ (|NonNegativeInteger|))) T (ELT $ NIL))
- ((* ($ $ $)) T (ELT $ NIL))
- ((** ($ $ (|PositiveInteger|))) T (ELT $ NIL))
- ((* ($ (|Integer|) $)) T (ELT $ NIL))
- ((* ($ (|NonNegativeInteger|) $)) T (ELT $ NIL))
- ((* ($ (|PositiveInteger|) $)) T (ELT $ NIL)))
- (|addModemap| '|DivisionRing&| '(|DivisionRing&| |#1|)
- '((CATEGORY |domain|
- (SIGNATURE ** (|#1| |#1| (|Integer|)))
- (SIGNATURE *
- (|#1| |#1| (|Fraction| (|Integer|))))
- (SIGNATURE *
- (|#1| (|Fraction| (|Integer|)) |#1|))
- (SIGNATURE **
- (|#1| |#1| (|NonNegativeInteger|)))
- (SIGNATURE * (|#1| |#1| |#1|))
- (SIGNATURE ** (|#1| |#1| (|PositiveInteger|)))
- (SIGNATURE * (|#1| (|Integer|) |#1|))
- (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))
- (SIGNATURE * (|#1| (|PositiveInteger|) |#1|)))
- (|DivisionRing|))
- T '|DivisionRing&|
- (|put| '|DivisionRing&| '|mode|
- '(|Mapping|
- (CATEGORY |domain|
- (SIGNATURE ** (|#1| |#1| (|Integer|)))
- (SIGNATURE *
- (|#1| |#1|
- (|Fraction| (|Integer|))))
- (SIGNATURE *
- (|#1| (|Fraction| (|Integer|))
- |#1|))
- (SIGNATURE **
- (|#1| |#1| (|NonNegativeInteger|)))
- (SIGNATURE * (|#1| |#1| |#1|))
- (SIGNATURE **
- (|#1| |#1| (|PositiveInteger|)))
- (SIGNATURE * (|#1| (|Integer|) |#1|))
- (SIGNATURE *
- (|#1| (|NonNegativeInteger|) |#1|))
- (SIGNATURE *
- (|#1| (|PositiveInteger|) |#1|)))
- (|DivisionRing|))
- |$CategoryFrame|))))