aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/STAGG.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-11 21:16:28 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-11 21:16:28 +0000
commit5687e549faf2a00133c91dd21b48d876e0e2c449 (patch)
tree81c27b56ba305a55c7aba8442ff36f7333096050 /src/algebra/strap/STAGG.lsp
parent567d3bbfc92aad2305987e3d6adedcb92615d5d5 (diff)
downloadopen-axiom-5687e549faf2a00133c91dd21b48d876e0e2c449.tar.gz
Update algebra bootstrap cache.
Diffstat (limited to 'src/algebra/strap/STAGG.lsp')
-rw-r--r--src/algebra/strap/STAGG.lsp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/algebra/strap/STAGG.lsp b/src/algebra/strap/STAGG.lsp
index 9da57f50..01d3f13a 100644
--- a/src/algebra/strap/STAGG.lsp
+++ b/src/algebra/strap/STAGG.lsp
@@ -5,19 +5,8 @@
(DEFPARAMETER |StreamAggregate;AL| 'NIL)
-(DEFUN |StreamAggregate| (#0=#:G1402)
- (LET (#1=#:G1403)
- (COND
- ((SETQ #1# (|assoc| (|devaluate| #0#) |StreamAggregate;AL|))
- (CDR #1#))
- (T (SETQ |StreamAggregate;AL|
- (|cons5| (CONS (|devaluate| #0#)
- (SETQ #1# (|StreamAggregate;| #0#)))
- |StreamAggregate;AL|))
- #1#))))
-
(DEFUN |StreamAggregate;| (|t#1|)
- (PROG (#0=#:G1401)
+ (PROG (#0=#:G1404)
(RETURN
(PROG1 (LETT #0#
(|sublisV|
@@ -40,6 +29,17 @@
. #1=(|StreamAggregate|))))) . #1#)
(SETELT #0# 0 (LIST '|StreamAggregate| (|devaluate| |t#1|)))))))
+(DEFUN |StreamAggregate| (#0=#:G1405)
+ (LET (#1=#:G1406)
+ (COND
+ ((SETQ #1# (|assoc| (|devaluate| #0#) |StreamAggregate;AL|))
+ (CDR #1#))
+ (T (SETQ |StreamAggregate;AL|
+ (|cons5| (CONS (|devaluate| #0#)
+ (SETQ #1# (|StreamAggregate;| #0#)))
+ |StreamAggregate;AL|))
+ #1#))))
+
(SETQ |$CategoryFrame|
(|put| '|StreamAggregate| '|isCategory| T
(|addModemap| '|StreamAggregate| '(|StreamAggregate| |#1|)