aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/CLAGG.lsp
blob: 6ec49d46b30f377b8b7aa2113b9445dcbd330086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
(/VERSIONCHECK 2) 

(DEFPARAMETER |Collection;CAT| 'NIL) 

(DEFPARAMETER |Collection;AL| 'NIL) 

(DEFUN |Collection;| (|t#1|)
  (PROG (#0=#:G1397)
    (RETURN
      (PROG1 (LETT #0#
                   (|sublisV|
                       (PAIR '(|t#1|) (LIST (|devaluate| |t#1|)))
                       (COND
                         (|Collection;CAT|)
                         ('T
                          (LETT |Collection;CAT|
                                (|Join| (|HomogeneousAggregate| '|t#1|)
                                        (|mkCategory| '|domain|
                                         '(((|construct|
                                             ($ (|List| |t#1|)))
                                            T)
                                           ((|find|
                                             ((|Union| |t#1| "failed")
                                              (|Mapping| (|Boolean|)
                                               |t#1|)
                                              $))
                                            T)
                                           ((|reduce|
                                             (|t#1|
                                              (|Mapping| |t#1| |t#1|
                                               |t#1|)
                                              $))
                                            (|has| $
                                             (ATTRIBUTE
                                              |finiteAggregate|)))
                                           ((|reduce|
                                             (|t#1|
                                              (|Mapping| |t#1| |t#1|
                                               |t#1|)
                                              $ |t#1|))
                                            (|has| $
                                             (ATTRIBUTE
                                              |finiteAggregate|)))
                                           ((|remove|
                                             ($
                                              (|Mapping| (|Boolean|)
                                               |t#1|)
                                              $))
                                            (|has| $
                                             (ATTRIBUTE
                                              |finiteAggregate|)))
                                           ((|select|
                                             ($
                                              (|Mapping| (|Boolean|)
                                               |t#1|)
                                              $))
                                            (|has| $
                                             (ATTRIBUTE
                                              |finiteAggregate|)))
                                           ((|reduce|
                                             (|t#1|
                                              (|Mapping| |t#1| |t#1|
                                               |t#1|)
                                              $ |t#1| |t#1|))
                                            (AND
                                             (|has| |t#1|
                                              (|SetCategory|))
                                             (|has| $
                                              (ATTRIBUTE
                                               |finiteAggregate|))))
                                           ((|remove| ($ |t#1| $))
                                            (AND
                                             (|has| |t#1|
                                              (|SetCategory|))
                                             (|has| $
                                              (ATTRIBUTE
                                               |finiteAggregate|))))
                                           ((|removeDuplicates| ($ $))
                                            (AND
                                             (|has| |t#1|
                                              (|SetCategory|))
                                             (|has| $
                                              (ATTRIBUTE
                                               |finiteAggregate|)))))
                                         '(((|ConvertibleTo|
                                             (|InputForm|))
                                            (|has| |t#1|
                                             (|ConvertibleTo|
                                              (|InputForm|)))))
                                         '((|List| |t#1|)) NIL))
                                . #1=(|Collection|))))) . #1#)
        (SETELT #0# 0 (LIST '|Collection| (|devaluate| |t#1|))))))) 

(DEFUN |Collection| (#0=#:G1398)
  (LET (#1=#:G1399)
    (COND
      ((SETQ #1# (|assoc| (|devaluate| #0#) |Collection;AL|))
       (CDR #1#))
      (T (SETQ |Collection;AL|
               (|cons5| (CONS (|devaluate| #0#)
                              (SETQ #1# (|Collection;| #0#)))
                        |Collection;AL|))
         #1#)))) 

(SETQ |$CategoryFrame|
      (|put| '|Collection| '|isCategory| T
             (|addModemap| '|Collection| '(|Collection| |#1|)
                 '((|Category|) (|Type|)) T '|Collection|
                 |$CategoryFrame|)))