aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/DIVRING.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/DIVRING.lsp')
-rw-r--r--src/algebra/strap/DIVRING.lsp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/algebra/strap/DIVRING.lsp b/src/algebra/strap/DIVRING.lsp
deleted file mode 100644
index 13f9c32f..00000000
--- a/src/algebra/strap/DIVRING.lsp
+++ /dev/null
@@ -1,22 +0,0 @@
-
-(/VERSIONCHECK 2)
-
-(DEFPARAMETER |DivisionRing;AL| 'NIL)
-
-(DEFUN |DivisionRing;| ()
- (LET ((#0=#:G1375
- (|sublisV| (PAIR '(#1=#:G1374) '((|Fraction| (|Integer|))))
- (|Join| (|EntireRing|) (|Algebra| '#1#)
- (|mkCategory| '|domain|
- '(((** ($ $ (|Integer|))) T)
- ((|inv| ($ $)) T))
- NIL '((|Integer|)) NIL)))))
- (SETF (|shellEntry| #0# 0) '(|DivisionRing|))
- #0#))
-
-(DEFUN |DivisionRing| ()
- (COND
- (|DivisionRing;AL|)
- (T (SETQ |DivisionRing;AL| (|DivisionRing;|)))))
-
-(MAKEPROP '|DivisionRing| 'NILADIC T)