aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/INTDOM-.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/INTDOM-.lsp')
-rw-r--r--src/algebra/strap/INTDOM-.lsp44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/algebra/strap/INTDOM-.lsp b/src/algebra/strap/INTDOM-.lsp
index a8b6e221..b44a7d0d 100644
--- a/src/algebra/strap/INTDOM-.lsp
+++ b/src/algebra/strap/INTDOM-.lsp
@@ -100,47 +100,3 @@
11 1 0 12 0 18 1 0 14 0 16 2 0 12 0 0
20)))))
'|lookupComplete|))
-
-(SETQ |$CategoryFrame|
- (|put| '|IntegralDomain&| '|isFunctor|
- '(((|unit?| ((|Boolean|) $)) T (ELT $ 18))
- ((|associates?| ((|Boolean|) $ $)) T (ELT $ 20))
- ((|unitCanonical| ($ $)) T (ELT $ 11))
- ((|unitNormal|
- ((|Record| (|:| |unit| $) (|:| |canonical| $)
- (|:| |associate| $))
- $))
- T (ELT $ 9))
- ((|recip| ((|Union| $ "failed") $)) T (ELT $ 16)))
- (|addModemap| '|IntegralDomain&| '(|IntegralDomain&| |#1|)
- '((CATEGORY |domain|
- (SIGNATURE |unit?| ((|Boolean|) |#1|))
- (SIGNATURE |associates?|
- ((|Boolean|) |#1| |#1|))
- (SIGNATURE |unitCanonical| (|#1| |#1|))
- (SIGNATURE |unitNormal|
- ((|Record| (|:| |unit| |#1|)
- (|:| |canonical| |#1|)
- (|:| |associate| |#1|))
- |#1|))
- (SIGNATURE |recip|
- ((|Union| |#1| "failed") |#1|)))
- (|IntegralDomain|))
- T '|IntegralDomain&|
- (|put| '|IntegralDomain&| '|mode|
- '(|Mapping|
- (CATEGORY |domain|
- (SIGNATURE |unit?| ((|Boolean|) |#1|))
- (SIGNATURE |associates?|
- ((|Boolean|) |#1| |#1|))
- (SIGNATURE |unitCanonical|
- (|#1| |#1|))
- (SIGNATURE |unitNormal|
- ((|Record| (|:| |unit| |#1|)
- (|:| |canonical| |#1|)
- (|:| |associate| |#1|))
- |#1|))
- (SIGNATURE |recip|
- ((|Union| |#1| "failed") |#1|)))
- (|IntegralDomain|))
- |$CategoryFrame|))))