aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/PI.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/PI.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/PI.lsp')
-rw-r--r--src/algebra/strap/PI.lsp37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/algebra/strap/PI.lsp b/src/algebra/strap/PI.lsp
index 3503efb1..2cf0e75e 100644
--- a/src/algebra/strap/PI.lsp
+++ b/src/algebra/strap/PI.lsp
@@ -72,41 +72,4 @@
0 0 6 0 1)))))
'|lookupComplete|))
-(SETQ |$CategoryFrame|
- (|put| '|PositiveInteger| '|isFunctor|
- '(((|gcd| ($ $ $)) T (ELT $ NIL))
- ((* ($ $ $)) T (ELT $ NIL))
- ((** ($ $ (|PositiveInteger|))) T (ELT $ NIL))
- ((|One| ($)) T (CONST $ NIL))
- ((|sample| ($)) T (CONST $ NIL))
- ((|one?| ((|Boolean|) $)) T (ELT $ NIL))
- ((** ($ $ (|NonNegativeInteger|))) T (ELT $ NIL))
- ((|recip| ((|Union| $ "failed") $)) T (ELT $ NIL))
- ((+ ($ $ $)) T (ELT $ NIL))
- ((* ($ (|PositiveInteger|) $)) T (ELT $ NIL))
- ((|min| ($ $ $)) T (ELT $ NIL))
- ((|max| ($ $ $)) T (ELT $ NIL))
- ((<= ((|Boolean|) $ $)) T (ELT $ NIL))
- ((>= ((|Boolean|) $ $)) T (ELT $ NIL))
- ((> ((|Boolean|) $ $)) T (ELT $ NIL))
- ((< ((|Boolean|) $ $)) T (ELT $ NIL))
- ((|latex| ((|String|) $)) T (ELT $ NIL))
- ((|hash| ((|SingleInteger|) $)) T (ELT $ NIL))
- ((|coerce| ((|OutputForm|) $)) T (ELT $ NIL))
- ((= ((|Boolean|) $ $)) T (ELT $ NIL))
- ((~= ((|Boolean|) $ $)) T (ELT $ NIL)))
- (|addModemap| '|PositiveInteger| '(|PositiveInteger|)
- '((|Join| (|OrderedAbelianSemiGroup|) (|Monoid|)
- (CATEGORY |domain| (SIGNATURE |gcd| ($ $ $))
- (ATTRIBUTE (|commutative| "*")))))
- T '|PositiveInteger|
- (|put| '|PositiveInteger| '|mode|
- '(|Mapping|
- (|Join| (|OrderedAbelianSemiGroup|)
- (|Monoid|)
- (CATEGORY |domain|
- (SIGNATURE |gcd| ($ $ $))
- (ATTRIBUTE (|commutative| "*")))))
- |$CategoryFrame|))))
-
(MAKEPROP '|PositiveInteger| 'NILADIC T)