aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/SETAGG-.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/SETAGG-.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/SETAGG-.lsp')
-rw-r--r--src/algebra/strap/SETAGG-.lsp35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/algebra/strap/SETAGG-.lsp b/src/algebra/strap/SETAGG-.lsp
index 103e4819..a9253081 100644
--- a/src/algebra/strap/SETAGG-.lsp
+++ b/src/algebra/strap/SETAGG-.lsp
@@ -60,38 +60,3 @@
0 0 7 0 14 2 0 0 0 7 13 2 0 0 0 0 10
2 0 0 0 7 15)))))
'|lookupComplete|))
-
-(SETQ |$CategoryFrame|
- (|put| '|SetAggregate&| '|isFunctor|
- '(((|union| ($ |#2| $)) T (ELT $ 14))
- ((|union| ($ $ |#2|)) T (ELT $ 13))
- ((|union| ($ $ $)) T (ELT $ NIL))
- ((|symmetricDifference| ($ $ $)) T (ELT $ 10))
- ((|difference| ($ $ |#2|)) T (ELT $ 15))
- ((|difference| ($ $ $)) T (ELT $ NIL)))
- (|addModemap| '|SetAggregate&|
- '(|SetAggregate&| |#1| |#2|)
- '((CATEGORY |domain|
- (SIGNATURE |union| (|#1| |#2| |#1|))
- (SIGNATURE |union| (|#1| |#1| |#2|))
- (SIGNATURE |union| (|#1| |#1| |#1|))
- (SIGNATURE |symmetricDifference|
- (|#1| |#1| |#1|))
- (SIGNATURE |difference| (|#1| |#1| |#2|))
- (SIGNATURE |difference| (|#1| |#1| |#1|)))
- (|SetAggregate| |#2|) (|SetCategory|))
- T '|SetAggregate&|
- (|put| '|SetAggregate&| '|mode|
- '(|Mapping|
- (CATEGORY |domain|
- (SIGNATURE |union| (|#1| |#2| |#1|))
- (SIGNATURE |union| (|#1| |#1| |#2|))
- (SIGNATURE |union| (|#1| |#1| |#1|))
- (SIGNATURE |symmetricDifference|
- (|#1| |#1| |#1|))
- (SIGNATURE |difference|
- (|#1| |#1| |#2|))
- (SIGNATURE |difference|
- (|#1| |#1| |#1|)))
- (|SetAggregate| |#2|) (|SetCategory|))
- |$CategoryFrame|))))