aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/COMRING.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/COMRING.lsp')
-rw-r--r--src/algebra/strap/COMRING.lsp21
1 files changed, 9 insertions, 12 deletions
diff --git a/src/algebra/strap/COMRING.lsp b/src/algebra/strap/COMRING.lsp
index 9857fe0f..0db745eb 100644
--- a/src/algebra/strap/COMRING.lsp
+++ b/src/algebra/strap/COMRING.lsp
@@ -4,19 +4,16 @@
(DEFPARAMETER |CommutativeRing;AL| 'NIL)
(DEFUN |CommutativeRing;| ()
- (PROG (#0=#:G1396)
- (RETURN
- (PROG1 (LETT #0#
- (|Join| (|Ring|) (|BiModule| '$ '$)
- (|mkCategory| '|package| NIL
- '(((|commutative| "*") T)) 'NIL NIL))
- |CommutativeRing|)
- (|setShellEntry| #0# 0 '(|CommutativeRing|))))))
+ (LET ((#0=#:G1396
+ (|Join| (|Ring|) (|BiModule| '$ '$)
+ (|mkCategory| '|package| NIL
+ '(((|commutative| "*") T)) 'NIL NIL))))
+ (|setShellEntry| #0# 0 '(|CommutativeRing|))
+ #0#))
(DEFUN |CommutativeRing| ()
- (LET ()
- (COND
- (|CommutativeRing;AL|)
- (T (SETQ |CommutativeRing;AL| (|CommutativeRing;|))))))
+ (COND
+ (|CommutativeRing;AL|)
+ (T (SETQ |CommutativeRing;AL| (|CommutativeRing;|)))))
(MAKEPROP '|CommutativeRing| 'NILADIC T)