From 90dee68c255cd77c5e72fb78da8a02d07e3c1c49 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 20 Nov 2008 07:57:14 +0000 Subject: * 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. --- src/algebra/strap/ABELMON-.lsp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/algebra/strap/ABELMON-.lsp') diff --git a/src/algebra/strap/ABELMON-.lsp b/src/algebra/strap/ABELMON-.lsp index 1c1cdd43..bfdc7eee 100644 --- a/src/algebra/strap/ABELMON-.lsp +++ b/src/algebra/strap/ABELMON-.lsp @@ -61,29 +61,3 @@ 16 6 13 6 17 2 0 0 11 0 18 1 0 8 0 10 0 0 0 15 2 0 0 11 0 18 2 0 0 13 0 14))))) '|lookupComplete|)) - -(SETQ |$CategoryFrame| - (|put| '|AbelianMonoid&| '|isFunctor| - '(((* ($ (|NonNegativeInteger|) $)) T (ELT $ 18)) - ((|zero?| ((|Boolean|) $)) T (ELT $ 10)) - ((|sample| ($)) T (ELT $ 15)) - ((* ($ (|PositiveInteger|) $)) T (ELT $ 14))) - (|addModemap| '|AbelianMonoid&| '(|AbelianMonoid&| |#1|) - '((CATEGORY |domain| - (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) - (SIGNATURE |zero?| ((|Boolean|) |#1|)) - (SIGNATURE |sample| (|#1|)) - (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) - (|AbelianMonoid|)) - T '|AbelianMonoid&| - (|put| '|AbelianMonoid&| '|mode| - '(|Mapping| - (CATEGORY |domain| - (SIGNATURE * - (|#1| (|NonNegativeInteger|) |#1|)) - (SIGNATURE |zero?| ((|Boolean|) |#1|)) - (SIGNATURE |sample| (|#1|)) - (SIGNATURE * - (|#1| (|PositiveInteger|) |#1|))) - (|AbelianMonoid|)) - |$CategoryFrame|)))) -- cgit v1.2.3