aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/FPS-.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/FPS-.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/FPS-.lsp')
-rw-r--r--src/algebra/strap/FPS-.lsp38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/algebra/strap/FPS-.lsp b/src/algebra/strap/FPS-.lsp
index 312a0bbc..6cbb70df 100644
--- a/src/algebra/strap/FPS-.lsp
+++ b/src/algebra/strap/FPS-.lsp
@@ -55,41 +55,3 @@
13 2 9 0 7 0 14 0 6 0 15 2 0 0 9 9 11
0 0 7 16)))))
'|lookupComplete|))
-
-(SETQ |$CategoryFrame|
- (|put| '|FloatingPointSystem&| '|isFunctor|
- '(((|digits| ((|PositiveInteger|) (|PositiveInteger|))) T
- (ELT $ NIL))
- ((|digits| ((|PositiveInteger|))) T (ELT $ 16))
- ((|float| ($ (|Integer|) (|Integer|)
- (|PositiveInteger|)))
- T (ELT $ NIL))
- ((|float| ($ (|Integer|) (|Integer|))) T (ELT $ 11)))
- (|addModemap| '|FloatingPointSystem&|
- '(|FloatingPointSystem&| |#1|)
- '((CATEGORY |domain|
- (SIGNATURE |digits|
- ((|PositiveInteger|) (|PositiveInteger|)))
- (SIGNATURE |digits| ((|PositiveInteger|)))
- (SIGNATURE |float|
- (|#1| (|Integer|) (|Integer|)
- (|PositiveInteger|)))
- (SIGNATURE |float|
- (|#1| (|Integer|) (|Integer|))))
- (|FloatingPointSystem|))
- T '|FloatingPointSystem&|
- (|put| '|FloatingPointSystem&| '|mode|
- '(|Mapping|
- (CATEGORY |domain|
- (SIGNATURE |digits|
- ((|PositiveInteger|)
- (|PositiveInteger|)))
- (SIGNATURE |digits|
- ((|PositiveInteger|)))
- (SIGNATURE |float|
- (|#1| (|Integer|) (|Integer|)
- (|PositiveInteger|)))
- (SIGNATURE |float|
- (|#1| (|Integer|) (|Integer|))))
- (|FloatingPointSystem|))
- |$CategoryFrame|))))