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.lsp19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/algebra/strap/ABELGRP.lsp b/src/algebra/strap/ABELGRP.lsp
index 76b577bb..35bde847 100644
--- a/src/algebra/strap/ABELGRP.lsp
+++ b/src/algebra/strap/ABELGRP.lsp
@@ -4,22 +4,19 @@
(DEFPARAMETER |AbelianGroup;AL| 'NIL)
(DEFUN |AbelianGroup;| ()
- (PROG (#0=#:G1398)
- (RETURN
- (PROG1 (LETT #0#
- (|sublisV| (PAIR '(#1=#:G1397) (LIST '(|Integer|)))
+ (LET ((#0=#:G1398
+ (|sublisV| (PAIR '(#1=#:G1397) (LIST '(|Integer|)))
(|Join| (|CancellationAbelianMonoid|)
(|LeftLinearSet| '#1#)
(|mkCategory| '|domain|
'(((- ($ $)) T) ((- ($ $ $)) T)) NIL
- 'NIL NIL)))
- |AbelianGroup|)
- (|setShellEntry| #0# 0 '(|AbelianGroup|))))))
+ 'NIL NIL)))))
+ (|setShellEntry| #0# 0 '(|AbelianGroup|))
+ #0#))
(DEFUN |AbelianGroup| ()
- (LET ()
- (COND
- (|AbelianGroup;AL|)
- (T (SETQ |AbelianGroup;AL| (|AbelianGroup;|))))))
+ (COND
+ (|AbelianGroup;AL|)
+ (T (SETQ |AbelianGroup;AL| (|AbelianGroup;|)))))
(MAKEPROP '|AbelianGroup| 'NILADIC T)