aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ALAGG.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/ALAGG.lsp')
-rw-r--r--src/algebra/strap/ALAGG.lsp49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/algebra/strap/ALAGG.lsp b/src/algebra/strap/ALAGG.lsp
deleted file mode 100644
index 738a2062..00000000
--- a/src/algebra/strap/ALAGG.lsp
+++ /dev/null
@@ -1,49 +0,0 @@
-
-(/VERSIONCHECK 2)
-
-(DEFPARAMETER |AssociationListAggregate;CAT| 'NIL)
-
-(DEFPARAMETER |AssociationListAggregate;AL| 'NIL)
-
-(DEFUN |AssociationListAggregate;| (|t#1| |t#2|)
- (LET ((#0=#:G1374
- (|sublisV|
- (PAIR '(|t#1| |t#2|)
- (LIST (|devaluate| |t#1|) (|devaluate| |t#2|)))
- (|sublisV|
- (PAIR '(#1=#:G1373)
- '((|Record| (|:| |key| |t#1|)
- (|:| |entry| |t#2|))))
- (COND
- (|AssociationListAggregate;CAT|)
- (T (SETQ |AssociationListAggregate;CAT|
- (|Join| (|TableAggregate| '|t#1| '|t#2|)
- (|ListAggregate| '#1#)
- (|mkCategory| '|domain|
- '(((|assoc|
- ((|Union|
- (|Record|
- (|:| |key| |t#1|)
- (|:| |entry| |t#2|))
- "failed")
- |t#1| $))
- T))
- NIL 'NIL NIL)))))))))
- (SETF (|shellEntry| #0# 0)
- (LIST '|AssociationListAggregate| (|devaluate| |t#1|)
- (|devaluate| |t#2|)))
- #0#))
-
-(DEFUN |AssociationListAggregate| (&REST #0=#:G1377 &AUX #1=#:G1375)
- (DSETQ #1# #0#)
- (LET ((#2=#:G1376
- (|assoc| (|devaluateList| #1#)
- |AssociationListAggregate;AL|)))
- (COND
- (#2# (CDR #2#))
- (T (PROGN
- (SETQ #2# (APPLY #'|AssociationListAggregate;| #1#))
- (SETQ |AssociationListAggregate;AL|
- (|cons5| (CONS (|devaluateList| #1#) #2#)
- |AssociationListAggregate;AL|))
- #2#)))))