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/MONOID-.lsp | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'src/algebra/strap/MONOID-.lsp') diff --git a/src/algebra/strap/MONOID-.lsp b/src/algebra/strap/MONOID-.lsp index 6673562a..b3cf1042 100644 --- a/src/algebra/strap/MONOID-.lsp +++ b/src/algebra/strap/MONOID-.lsp @@ -59,35 +59,3 @@ 0 0 11 1 0 12 0 13 1 0 8 0 10 2 0 0 0 17 18))))) '|lookupComplete|)) - -(SETQ |$CategoryFrame| - (|put| '|Monoid&| '|isFunctor| - '(((|recip| ((|Union| $ "failed") $)) T (ELT $ 13)) - ((** ($ $ (|NonNegativeInteger|))) T (ELT $ 18)) - ((|one?| ((|Boolean|) $)) T (ELT $ 10)) - ((|sample| ($)) T (ELT $ 11)) - ((** ($ $ (|PositiveInteger|))) T (ELT $ NIL))) - (|addModemap| '|Monoid&| '(|Monoid&| |#1|) - '((CATEGORY |domain| - (SIGNATURE |recip| - ((|Union| |#1| "failed") |#1|)) - (SIGNATURE ** - (|#1| |#1| (|NonNegativeInteger|))) - (SIGNATURE |one?| ((|Boolean|) |#1|)) - (SIGNATURE |sample| (|#1|)) - (SIGNATURE ** (|#1| |#1| (|PositiveInteger|)))) - (|Monoid|)) - T '|Monoid&| - (|put| '|Monoid&| '|mode| - '(|Mapping| - (CATEGORY |domain| - (SIGNATURE |recip| - ((|Union| |#1| "failed") |#1|)) - (SIGNATURE ** - (|#1| |#1| (|NonNegativeInteger|))) - (SIGNATURE |one?| ((|Boolean|) |#1|)) - (SIGNATURE |sample| (|#1|)) - (SIGNATURE ** - (|#1| |#1| (|PositiveInteger|)))) - (|Monoid|)) - |$CategoryFrame|)))) -- cgit v1.2.3