aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/DIFRING-.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/DIFRING-.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/DIFRING-.lsp')
-rw-r--r--src/algebra/strap/DIFRING-.lsp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/algebra/strap/DIFRING-.lsp b/src/algebra/strap/DIFRING-.lsp
index 0c2afaf6..1c9f8444 100644
--- a/src/algebra/strap/DIFRING-.lsp
+++ b/src/algebra/strap/DIFRING-.lsp
@@ -57,33 +57,3 @@
'(1 6 0 0 7 2 6 0 0 9 11 2 0 0 0 9 10 2
0 0 0 9 12 1 0 0 0 8)))))
'|lookupComplete|))
-
-(SETQ |$CategoryFrame|
- (|put| '|DifferentialRing&| '|isFunctor|
- '(((D ($ $ (|NonNegativeInteger|))) T (ELT $ 12))
- ((|differentiate| ($ $ (|NonNegativeInteger|))) T
- (ELT $ 10))
- ((D ($ $)) T (ELT $ 8))
- ((|differentiate| ($ $)) T (ELT $ NIL)))
- (|addModemap| '|DifferentialRing&|
- '(|DifferentialRing&| |#1|)
- '((CATEGORY |domain|
- (SIGNATURE D (|#1| |#1| (|NonNegativeInteger|)))
- (SIGNATURE |differentiate|
- (|#1| |#1| (|NonNegativeInteger|)))
- (SIGNATURE D (|#1| |#1|))
- (SIGNATURE |differentiate| (|#1| |#1|)))
- (|DifferentialRing|))
- T '|DifferentialRing&|
- (|put| '|DifferentialRing&| '|mode|
- '(|Mapping|
- (CATEGORY |domain|
- (SIGNATURE D
- (|#1| |#1| (|NonNegativeInteger|)))
- (SIGNATURE |differentiate|
- (|#1| |#1| (|NonNegativeInteger|)))
- (SIGNATURE D (|#1| |#1|))
- (SIGNATURE |differentiate|
- (|#1| |#1|)))
- (|DifferentialRing|))
- |$CategoryFrame|))))