diff options
author | dos-reis <gdr@axiomatics.org> | 2008-11-20 07:57:14 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-11-20 07:57:14 +0000 |
commit | 90dee68c255cd77c5e72fb78da8a02d07e3c1c49 (patch) | |
tree | f1bda1d35b9549660a6275890865894e87ebaf44 /src/algebra/strap/SETCAT-.lsp | |
parent | 29c64f74f12bbeebb82045b08db420d2d2b60cf7 (diff) | |
download | open-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/SETCAT-.lsp')
-rw-r--r-- | src/algebra/strap/SETCAT-.lsp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/algebra/strap/SETCAT-.lsp b/src/algebra/strap/SETCAT-.lsp index a84a276e..30703707 100644 --- a/src/algebra/strap/SETCAT-.lsp +++ b/src/algebra/strap/SETCAT-.lsp @@ -42,22 +42,3 @@ (|makeByteWordVec2| 10 '(1 0 9 0 10 1 0 7 0 8))))) '|lookupComplete|)) - -(SETQ |$CategoryFrame| - (|put| '|SetCategory&| '|isFunctor| - '(((|latex| ((|String|) $)) T (ELT $ 10)) - ((|hash| ((|SingleInteger|) $)) T (ELT $ 8))) - (|addModemap| '|SetCategory&| '(|SetCategory&| |#1|) - '((CATEGORY |domain| - (SIGNATURE |latex| ((|String|) |#1|)) - (SIGNATURE |hash| ((|SingleInteger|) |#1|))) - (|SetCategory|)) - T '|SetCategory&| - (|put| '|SetCategory&| '|mode| - '(|Mapping| - (CATEGORY |domain| - (SIGNATURE |latex| ((|String|) |#1|)) - (SIGNATURE |hash| - ((|SingleInteger|) |#1|))) - (|SetCategory|)) - |$CategoryFrame|)))) |