diff options
Diffstat (limited to 'src/algebra/strap/LNAGG-.lsp')
-rw-r--r-- | src/algebra/strap/LNAGG-.lsp | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/algebra/strap/LNAGG-.lsp b/src/algebra/strap/LNAGG-.lsp index 1fa8e5c4..03d465b5 100644 --- a/src/algebra/strap/LNAGG-.lsp +++ b/src/algebra/strap/LNAGG-.lsp @@ -37,25 +37,25 @@ (T NIL))) (DEFUN |LNAGG-;concat;ASA;3| (|a| |x| $) - (SPADCALL |a| (SPADCALL 1 |x| (|shellEntry| $ 22)) - (|shellEntry| $ 23))) + (SPADCALL |a| (SPADCALL 1 |x| (|shellEntry| $ 21)) + (|shellEntry| $ 22))) (DEFUN |LNAGG-;concat;S2A;4| (|x| |y| $) - (SPADCALL (SPADCALL 1 |x| (|shellEntry| $ 22)) |y| - (|shellEntry| $ 23))) + (SPADCALL (SPADCALL 1 |x| (|shellEntry| $ 21)) |y| + (|shellEntry| $ 22))) (DEFUN |LNAGG-;insert;SAIA;5| (|x| |a| |i| $) - (SPADCALL (SPADCALL 1 |x| (|shellEntry| $ 22)) |a| |i| - (|shellEntry| $ 26))) + (SPADCALL (SPADCALL 1 |x| (|shellEntry| $ 21)) |a| |i| + (|shellEntry| $ 25))) (DEFUN |LNAGG-;maxIndex;AI;6| (|l| $) - (+ (- (SPADCALL |l| (|shellEntry| $ 28)) 1) + (+ (- (SPADCALL |l| (|shellEntry| $ 27)) 1) (SPADCALL |l| (|shellEntry| $ 9)))) (DEFUN |LinearAggregate&| (|#1| |#2|) (LET* ((|dv$1| (|devaluate| |#1|)) (|dv$2| (|devaluate| |#2|)) (|dv$| (LIST '|LinearAggregate&| |dv$1| |dv$2|)) - ($ (|newShell| 33)) + ($ (|newShell| 32)) (|pv$| (|buildPredVector| 0 0 (LIST (|HasAttribute| |#1| '|shallowlyMutable|))))) (SETF (|shellEntry| $ 0) |dv$|) @@ -65,32 +65,32 @@ (SETF (|shellEntry| $ 7) |#2|) (COND ((|HasAttribute| |#1| '|finiteAggregate|) - (SETF (|shellEntry| $ 31) + (SETF (|shellEntry| $ 30) (CONS (|dispatchFunction| |LNAGG-;maxIndex;AI;6|) $)))) $)) (MAKEPROP '|LinearAggregate&| '|infovec| (LIST '#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (|local| |#2|) (|Integer|) (0 . |minIndex|) (5 . |maxIndex|) (|List| 8) - |LNAGG-;indices;AL;1| (|Boolean|) (10 . >=) (16 . >) - (22 . |not|) (27 . |false|) |LNAGG-;index?;IAB;2| - (|NonNegativeInteger|) (31 . |One|) (35 . |One|) - (39 . |new|) (45 . |concat|) |LNAGG-;concat;ASA;3| - |LNAGG-;concat;S2A;4| (51 . |insert|) - |LNAGG-;insert;SAIA;5| (58 . |#|) (63 . -) (69 . +) - (75 . |maxIndex|) (|List| $)) - '#(|maxIndex| 80 |insert| 85 |indices| 92 |index?| 97 - |concat| 103) + |LNAGG-;indices;AL;1| (|Boolean|) (10 . >=) (16 . <=) + (22 . |false|) |LNAGG-;index?;IAB;2| + (|NonNegativeInteger|) (26 . |One|) (30 . |One|) + (34 . |new|) (40 . |concat|) |LNAGG-;concat;ASA;3| + |LNAGG-;concat;S2A;4| (46 . |insert|) + |LNAGG-;insert;SAIA;5| (53 . |#|) (58 . -) (64 . +) + (70 . |maxIndex|) (|List| $)) + '#(|maxIndex| 75 |insert| 80 |indices| 87 |index?| 92 + |concat| 98) 'NIL (CONS (|makeByteWordVec2| 1 'NIL) (CONS '#() (CONS '#() - (|makeByteWordVec2| 31 + (|makeByteWordVec2| 30 '(1 6 8 0 9 1 6 8 0 10 2 8 13 0 0 14 2 - 8 13 0 0 15 1 13 0 0 16 0 13 0 17 0 - 19 0 20 0 8 0 21 2 6 0 19 7 22 2 6 0 - 0 0 23 3 6 0 0 0 8 26 1 6 19 0 28 2 8 - 0 0 0 29 2 8 0 0 0 30 1 0 8 0 31 1 0 - 8 0 31 3 0 0 7 0 8 27 1 0 11 0 12 2 0 - 13 8 0 18 2 0 0 0 7 24 2 0 0 7 0 25))))) + 8 13 0 0 15 0 13 0 16 0 18 0 19 0 8 0 + 20 2 6 0 18 7 21 2 6 0 0 0 22 3 6 0 0 + 0 8 25 1 6 18 0 27 2 8 0 0 0 28 2 8 0 + 0 0 29 1 0 8 0 30 1 0 8 0 30 3 0 0 7 + 0 8 26 1 0 11 0 12 2 0 13 8 0 17 2 0 + 0 0 7 23 2 0 0 7 0 24))))) '|lookupComplete|)) |