aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/CLAGG.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/CLAGG.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/CLAGG.lsp')
-rw-r--r--src/algebra/strap/CLAGG.lsp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/algebra/strap/CLAGG.lsp b/src/algebra/strap/CLAGG.lsp
index 6ec49d46..a7cff743 100644
--- a/src/algebra/strap/CLAGG.lsp
+++ b/src/algebra/strap/CLAGG.lsp
@@ -90,7 +90,8 @@
(|InputForm|)))))
'((|List| |t#1|)) NIL))
. #1=(|Collection|))))) . #1#)
- (SETELT #0# 0 (LIST '|Collection| (|devaluate| |t#1|)))))))
+ (|setShellEntry| #0# 0
+ (LIST '|Collection| (|devaluate| |t#1|)))))))
(DEFUN |Collection| (#0=#:G1398)
(LET (#1=#:G1399)
@@ -102,9 +103,3 @@
(SETQ #1# (|Collection;| #0#)))
|Collection;AL|))
#1#))))
-
-(SETQ |$CategoryFrame|
- (|put| '|Collection| '|isCategory| T
- (|addModemap| '|Collection| '(|Collection| |#1|)
- '((|Category|) (|Type|)) T '|Collection|
- |$CategoryFrame|)))