aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ABELGRP-.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/ABELGRP-.lsp')
-rw-r--r--src/algebra/strap/ABELGRP-.lsp35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/algebra/strap/ABELGRP-.lsp b/src/algebra/strap/ABELGRP-.lsp
index 2fdeec9b..dc10e8f6 100644
--- a/src/algebra/strap/ABELGRP-.lsp
+++ b/src/algebra/strap/ABELGRP-.lsp
@@ -68,38 +68,3 @@
0 0 13 0 21 2 0 11 0 0 12 2 0 0 0 0 9
2 0 0 13 0 21 2 0 0 15 0 16)))))
'|lookupComplete|))
-
-(SETQ |$CategoryFrame|
- (|put| '|AbelianGroup&| '|isFunctor|
- '(((* ($ (|Integer|) $)) T (ELT $ 21))
- ((- ($ $ $)) T (ELT $ 9)) ((- ($ $)) T (ELT $ NIL))
- ((|subtractIfCan| ((|Union| $ "failed") $ $)) T
- (ELT $ 12))
- ((* ($ (|NonNegativeInteger|) $)) T (ELT $ 16))
- ((* ($ (|PositiveInteger|) $)) T (ELT $ NIL)))
- (|addModemap| '|AbelianGroup&| '(|AbelianGroup&| |#1|)
- '((CATEGORY |domain|
- (SIGNATURE * (|#1| (|Integer|) |#1|))
- (SIGNATURE - (|#1| |#1| |#1|))
- (SIGNATURE - (|#1| |#1|))
- (SIGNATURE |subtractIfCan|
- ((|Union| |#1| "failed") |#1| |#1|))
- (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))
- (SIGNATURE * (|#1| (|PositiveInteger|) |#1|)))
- (|AbelianGroup|))
- T '|AbelianGroup&|
- (|put| '|AbelianGroup&| '|mode|
- '(|Mapping|
- (CATEGORY |domain|
- (SIGNATURE * (|#1| (|Integer|) |#1|))
- (SIGNATURE - (|#1| |#1| |#1|))
- (SIGNATURE - (|#1| |#1|))
- (SIGNATURE |subtractIfCan|
- ((|Union| |#1| "failed") |#1|
- |#1|))
- (SIGNATURE *
- (|#1| (|NonNegativeInteger|) |#1|))
- (SIGNATURE *
- (|#1| (|PositiveInteger|) |#1|)))
- (|AbelianGroup|))
- |$CategoryFrame|))))