build open-axiom
1(DECLAIM2(FTYPE (FUNCTION (|%Thing| |%Shell|) (|%List| *)) |A1AGG-;members;$L;1|))34(DECLAIM5(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|) |A1AGG-;sort!;M2$;2|))67(DECLAIM8(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Boolean|) |A1AGG-;any?;M$B;3|))910(DECLAIM11(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Boolean|)12|A1AGG-;every?;M$B;4|))1314(DECLAIM15(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Integer|)16|A1AGG-;position;M$I;5|))1718(DECLAIM19(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) (|%Pair| |%Short| |%Thing|))20|A1AGG-;find;M$U;6|))2122(DECLAIM23(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) (|%IntegerSection| 0))24|A1AGG-;count;M$Nni;7|))2526(DECLAIM27(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|) |A1AGG-;map!;M2$;8|))2829(DECLAIM30(FTYPE (FUNCTION (|%Thing| |%Thing| |%Thing| |%Shell|) |%Thing|)31|A1AGG-;setelt;$Us2S;9|))3233(DECLAIM34(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|)35|A1AGG-;reduce;M$S;10|))3637(DECLAIM38(FTYPE (FUNCTION (|%Thing| |%Thing| |%Thing| |%Shell|) |%Thing|)39|A1AGG-;reduce;M$2S;11|))4041(DECLAIM42(FTYPE (FUNCTION (|%Thing| |%Thing| |%Thing| |%Thing| |%Shell|) |%Thing|)43|A1AGG-;reduce;M$3S;12|))4445(DECLAIM46(FTYPE (FUNCTION ((|%IntegerSection| 0) |%Thing| |%Thing| |%Shell|) |%Thing|)47|A1AGG-;stupidnew|))4849(DECLAIM (FTYPE (FUNCTION ((|%List| *) |%Shell|) |%Thing|) |A1AGG-;stupidget|))5051(DECLAIM52(FTYPE (FUNCTION (|%Thing| |%Thing| |%Thing| |%Shell|) |%Thing|)53|A1AGG-;map;M3$;15|))5455(DECLAIM56(FTYPE (FUNCTION (|%Thing| |%Thing| |%Thing| |%Shell|) |%Thing|)57|A1AGG-;merge;M3$;16|))5859(DECLAIM60(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|) |A1AGG-;elt;$Us$;17|))6162(DECLAIM63(FTYPE (FUNCTION (|%Thing| |%Thing| |%Integer| |%Shell|) |%Thing|)64|A1AGG-;insert;2$I$;18|))6566(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) |%Thing|) |A1AGG-;copy;2$;19|))6768(DECLAIM69(FTYPE (FUNCTION (|%Thing| |%Thing| |%Integer| |%Shell|) |%Thing|)70|A1AGG-;copyInto!;2$I$;20|))7172(DECLAIM73(FTYPE (FUNCTION ((|%List| *) |%Shell|) |%Thing|) |A1AGG-;construct;L$;21|))7475(DECLAIM76(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|)77|A1AGG-;delete;$Us$;22|))7879(DECLAIM80(FTYPE (FUNCTION (|%Thing| |%Integer| |%Shell|) |%Thing|)81|A1AGG-;delete;$I$;23|))8283(DECLAIM84(FTYPE (FUNCTION (|%Thing| |%Shell|) |%Thing|) |A1AGG-;reverse!;2$;24|))8586(DECLAIM87(FTYPE (FUNCTION ((|%List| *) |%Shell|) |%Thing|) |A1AGG-;concat;L$;25|))8889(DECLAIM90(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Boolean|)91|A1AGG-;sorted?;M$B;26|))9293(DECLAIM94(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|) |A1AGG-;concat;3$;27|))9596(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) |%Thing|) |A1AGG-;coerce;$Of;28|))9798(DECLAIM99(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Boolean|) |A1AGG-;=;2$B;29|))100101(DECLAIM102(FTYPE (FUNCTION (|%Thing| |%Thing| |%Integer| |%Shell|) |%Integer|)103|A1AGG-;position;S$2I;30|))104105(DECLAIM106(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Boolean|) |A1AGG-;<;2$B;31|))107108(DEFUN |A1AGG-;members;$L;1| (|x| $)109(LET ((|i| (SPADCALL |x| (|shellEntry| $ 9)))110(#1=#:G754 (SPADCALL |x| (|shellEntry| $ 10)))111(#2=#:G574 NIL))112(LOOP113(COND ((< #1# |i|) (RETURN (|reverse!| #2#)))114(T (SETQ #2# (CONS (SPADCALL |x| |i| (|shellEntry| $ 11)) #2#))))115(SETQ |i| (+ |i| 1)))))116117(DEFUN |A1AGG-;sort!;M2$;2| (|f| |a| $) (SPADCALL |f| |a| (|shellEntry| $ 17)))118119(DEFUN |A1AGG-;any?;M$B;3| (|f| |a| $)120(PROGN121(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))122(#1=#:G755 (SPADCALL |a| (|shellEntry| $ 10))))123(LOOP124(COND ((< #1# |i|) (RETURN NIL))125(T126(COND127((FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))128(CDR |f|))129(RETURN-FROM |A1AGG-;any?;M$B;3| T)))))130(SETQ |i| (+ |i| 1))))131NIL))132133(DEFUN |A1AGG-;every?;M$B;4| (|f| |a| $)134(PROGN135(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))136(#1=#:G756 (SPADCALL |a| (|shellEntry| $ 10))))137(LOOP138(COND ((< #1# |i|) (RETURN NIL))139(T140(COND141((NOT142(FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))143(CDR |f|)))144(RETURN-FROM |A1AGG-;every?;M$B;4| NIL)))))145(SETQ |i| (+ |i| 1))))146T))147148(DEFUN |A1AGG-;position;M$I;5| (|f| |a| $)149(PROGN150(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))151(#1=#:G757 (SPADCALL |a| (|shellEntry| $ 10))))152(LOOP153(COND ((< #1# |i|) (RETURN NIL))154(T155(COND156((FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))157(CDR |f|))158(RETURN-FROM |A1AGG-;position;M$I;5| |i|)))))159(SETQ |i| (+ |i| 1))))160(- (SPADCALL |a| (|shellEntry| $ 9)) 1)))161162(DEFUN |A1AGG-;find;M$U;6| (|f| |a| $)163(PROGN164(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))165(#1=#:G758 (SPADCALL |a| (|shellEntry| $ 10))))166(LOOP167(COND ((< #1# |i|) (RETURN NIL))168(T169(COND170((FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))171(CDR |f|))172(RETURN-FROM |A1AGG-;find;M$U;6|173(CONS 0 (SPADCALL |a| |i| (|shellEntry| $ 11))))))))174(SETQ |i| (+ |i| 1))))175(CONS 1 "failed")))176177(DEFUN |A1AGG-;count;M$Nni;7| (|f| |a| $)178(LET ((|n| 0))179(PROGN180(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))181(#1=#:G759 (SPADCALL |a| (|shellEntry| $ 10))))182(LOOP183(COND ((< #1# |i|) (RETURN NIL))184(T185(COND186((FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))187(CDR |f|))188(SETQ |n| (+ |n| 1))))))189(SETQ |i| (+ |i| 1))))190|n|)))191192(DEFUN |A1AGG-;map!;M2$;8| (|f| |a| $)193(PROGN194(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))195(#1=#:G760 (SPADCALL |a| (|shellEntry| $ 10))))196(LOOP197(COND ((< #1# |i|) (RETURN NIL))198(T199(SPADCALL |a| |i|200(FUNCALL (CAR |f|)201(SPADCALL |a| |i| (|shellEntry| $ 11))202(CDR |f|))203(|shellEntry| $ 35))))204(SETQ |i| (+ |i| 1))))205|a|))206207(DEFUN |A1AGG-;setelt;$Us2S;9| (|a| |s| |x| $)208(LET ((|l| (SPADCALL |s| (|shellEntry| $ 39)))209(|h|210(COND211((SPADCALL |s| (|shellEntry| $ 40))212(SPADCALL |s| (|shellEntry| $ 41)))213(T (SPADCALL |a| (|shellEntry| $ 10))))))214(SEQ215(COND216((< |l| (SPADCALL |a| (|shellEntry| $ 9)))217(EXIT (|error| #1="index out of range"))))218(COND ((< (SPADCALL |a| (|shellEntry| $ 10)) |h|) (EXIT (|error| #1#))))219(LET ((|k| |l|))220(LOOP221(COND ((< |h| |k|) (RETURN NIL))222(T (SPADCALL |a| |k| |x| (|shellEntry| $ 35))))223(SETQ |k| (+ |k| 1))))224(EXIT |x|))))225226(DEFUN |A1AGG-;reduce;M$S;10| (|f| |a| $)227(COND228((SPADCALL |a| (|shellEntry| $ 45))229(|error| "cannot reduce an empty aggregate"))230(T231(LET* ((|m| (SPADCALL |a| (|shellEntry| $ 9)))232(|r| (SPADCALL |a| |m| (|shellEntry| $ 11))))233(PROGN234(LET ((|k| (+ |m| 1)) (#1=#:G761 (SPADCALL |a| (|shellEntry| $ 10))))235(LOOP236(COND ((< #1# |k|) (RETURN NIL))237(T238(SETQ |r|239(FUNCALL (CAR |f|) |r|240(SPADCALL |a| |k| (|shellEntry| $ 11))241(CDR |f|)))))242(SETQ |k| (+ |k| 1))))243|r|)))))244245(DEFUN |A1AGG-;reduce;M$2S;11| (|f| |a| |identity| $)246(PROGN247(LET ((|k| (SPADCALL |a| (|shellEntry| $ 9)))248(#1=#:G762 (SPADCALL |a| (|shellEntry| $ 10))))249(LOOP250(COND ((< #1# |k|) (RETURN NIL))251(T252(SETQ |identity|253(FUNCALL (CAR |f|) |identity|254(SPADCALL |a| |k| (|shellEntry| $ 11))255(CDR |f|)))))256(SETQ |k| (+ |k| 1))))257|identity|))258259(DEFUN |A1AGG-;reduce;M$3S;12| (|f| |a| |identity| |absorber| $)260(PROGN261(LET ((|k| (SPADCALL |a| (|shellEntry| $ 9)))262(#1=#:G763 (SPADCALL |a| (|shellEntry| $ 10))))263(LOOP264(COND265((OR (< #1# |k|)266(NOT (SPADCALL |identity| |absorber| (|shellEntry| $ 51))))267(RETURN NIL))268(T269(SETQ |identity|270(FUNCALL (CAR |f|) |identity|271(SPADCALL |a| |k| (|shellEntry| $ 11)) (CDR |f|)))))272(SETQ |k| (+ |k| 1))))273|identity|))274275(DEFUN |A1AGG-;stupidnew| (|n| |a| |b| $)276(COND ((ZEROP |n|) (SPADCALL (|shellEntry| $ 54)))277(T278(SPADCALL |n|279(COND280((SPADCALL |a| (|shellEntry| $ 45))281(SPADCALL |b| (SPADCALL |b| (|shellEntry| $ 9))282(|shellEntry| $ 11)))283(T284(SPADCALL |a| (SPADCALL |a| (|shellEntry| $ 9))285(|shellEntry| $ 11))))286(|shellEntry| $ 55)))))287288(DEFUN |A1AGG-;stupidget| (|l| $)289(PROGN290(LET ((#1=#:G764 |l|))291(LOOP292(COND ((NOT (CONSP #1#)) (RETURN NIL))293(T294(LET ((|a| (CAR #1#)))295(COND296((NOT (SPADCALL |a| (|shellEntry| $ 45)))297(RETURN-FROM |A1AGG-;stupidget|298(SPADCALL |a| (|shellEntry| $ 56))))))))299(SETQ #1# (CDR #1#))))300(|error| "Should not happen")))301302(DEFUN |A1AGG-;map;M3$;15| (|f| |a| |b| $)303(LET* ((|m|304(MAX (SPADCALL |a| (|shellEntry| $ 9))305(SPADCALL |b| (|shellEntry| $ 9))))306(|n|307(MIN (SPADCALL |a| (|shellEntry| $ 10))308(SPADCALL |b| (|shellEntry| $ 10))))309(|l|310(LET ((#1=#:G638 (MAX 0 (+ (- |n| |m|) 1))))311(COND ((NOT (MINUSP #1#)) #1#)312(T (|moanRetract| #1# '(|NonNegativeInteger|))))))313(|c| (|A1AGG-;stupidnew| |l| |a| |b| $)))314(PROGN315(LET ((|i| (SPADCALL |c| (|shellEntry| $ 9))) (|j| |m|))316(LOOP317(COND ((< |n| |j|) (RETURN NIL))318(T319(SPADCALL |c| |i|320(FUNCALL (CAR |f|)321(SPADCALL |a| |j| (|shellEntry| $ 11))322(SPADCALL |b| |j| (|shellEntry| $ 11))323(CDR |f|))324(|shellEntry| $ 35))))325(SETQ |i| (+ |i| 1))326(SETQ |j| (+ |j| 1))))327|c|)))328329(DEFUN |A1AGG-;merge;M3$;16| (|f| |a| |b| $)330(LET* ((|r|331(|A1AGG-;stupidnew|332(+ (SPADCALL |a| (|shellEntry| $ 61))333(SPADCALL |b| (|shellEntry| $ 61)))334|a| |b| $))335(|i| (SPADCALL |a| (|shellEntry| $ 9)))336(|m| (SPADCALL |a| (|shellEntry| $ 10)))337(|j| (SPADCALL |b| (|shellEntry| $ 9)))338(|n| (SPADCALL |b| (|shellEntry| $ 10)))339(|k| (SPADCALL |r| (|shellEntry| $ 9))))340(SEQ341(LOOP342(COND ((NOT (AND (NOT (< |m| |i|)) (NOT (< |n| |j|)))) (RETURN NIL))343(T344(SEQ345(COND346((FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))347(SPADCALL |b| |j| (|shellEntry| $ 11)) (CDR |f|))348(PROGN349(SPADCALL |r| |k| (SPADCALL |a| |i| (|shellEntry| $ 11))350(|shellEntry| $ 35))351(SETQ |i| (+ |i| 1))))352(T353(PROGN354(SPADCALL |r| |k| (SPADCALL |b| |j| (|shellEntry| $ 11))355(|shellEntry| $ 35))356(SETQ |j| (+ |j| 1)))))357(EXIT (SETQ |k| (+ |k| 1)))))))358(LOOP359(COND ((< |m| |i|) (RETURN NIL))360(T361(PROGN362(SPADCALL |r| |k| (SPADCALL |a| |i| (|shellEntry| $ 63))363(|shellEntry| $ 35))364(SETQ |k| (+ |k| 1))365(SETQ |i| (+ |i| 1))))))366(LOOP367(COND ((< |n| |j|) (RETURN NIL))368(T369(PROGN370(SPADCALL |r| |k| (SPADCALL |b| |j| (|shellEntry| $ 63))371(|shellEntry| $ 35))372(SETQ |k| (+ |k| 1))373(SETQ |j| (+ |j| 1))))))374(EXIT |r|))))375376(DEFUN |A1AGG-;elt;$Us$;17| (|a| |s| $)377(PROG (|r|)378(RETURN379(LET ((|l| (SPADCALL |s| (|shellEntry| $ 39)))380(|h|381(COND382((SPADCALL |s| (|shellEntry| $ 40))383(SPADCALL |s| (|shellEntry| $ 41)))384(T (SPADCALL |a| (|shellEntry| $ 10))))))385(SEQ386(COND387((< |l| (SPADCALL |a| (|shellEntry| $ 9)))388(EXIT (|error| #1="index out of range"))))389(COND390((< (SPADCALL |a| (|shellEntry| $ 10)) |h|) (EXIT (|error| #1#))))391(LETT |r|392(|A1AGG-;stupidnew|393(LET ((#2=#:G666 (MAX 0 (+ (- |h| |l|) 1))))394(COND ((NOT (MINUSP #2#)) #2#)395(T (|moanRetract| #2# '(|NonNegativeInteger|)))))396|a| |a| $)397|A1AGG-;elt;$Us$;17|)398(LET ((|k| (SPADCALL |r| (|shellEntry| $ 9))) (|i| |l|))399(LOOP400(COND ((< |h| |i|) (RETURN NIL))401(T402(SPADCALL |r| |k| (SPADCALL |a| |i| (|shellEntry| $ 11))403(|shellEntry| $ 35))))404(SETQ |k| (+ |k| 1))405(SETQ |i| (+ |i| 1))))406(EXIT |r|))))))407408(DEFUN |A1AGG-;insert;2$I$;18| (|a| |b| |i| $)409(PROG (|k| |y|)410(RETURN411(LET ((|m| (SPADCALL |b| (|shellEntry| $ 9)))412(|n| (SPADCALL |b| (|shellEntry| $ 10))))413(COND ((OR (< |i| |m|) (< |n| |i|)) (|error| "index out of range"))414(T415(SEQ416(LETT |y|417(|A1AGG-;stupidnew|418(+ (SPADCALL |a| (|shellEntry| $ 61))419(SPADCALL |b| (|shellEntry| $ 61)))420|a| |b| $)421. #1=(|A1AGG-;insert;2$I$;18|))422(LETT |k| (SPADCALL |y| (|shellEntry| $ 9)) . #1#)423(LET ((|j| |m|) (#2=#:G765 (- |i| 1)))424(LOOP425(COND ((< #2# |j|) (RETURN NIL))426(T427(PROGN428(SPADCALL |y| |k|429(SPADCALL |b| |j| (|shellEntry| $ 11))430(|shellEntry| $ 35))431(SETQ |k| (+ |k| 1)))))432(SETQ |j| (+ |j| 1))))433(LET ((|j| (SPADCALL |a| (|shellEntry| $ 9)))434(#3=#:G766 (SPADCALL |a| (|shellEntry| $ 10))))435(LOOP436(COND ((< #3# |j|) (RETURN NIL))437(T438(PROGN439(SPADCALL |y| |k|440(SPADCALL |a| |j| (|shellEntry| $ 11))441(|shellEntry| $ 35))442(SETQ |k| (+ |k| 1)))))443(SETQ |j| (+ |j| 1))))444(LET ((|j| |i|))445(LOOP446(COND ((< |n| |j|) (RETURN NIL))447(T448(PROGN449(SPADCALL |y| |k|450(SPADCALL |b| |j| (|shellEntry| $ 11))451(|shellEntry| $ 35))452(SETQ |k| (+ |k| 1)))))453(SETQ |j| (+ |j| 1))))454(EXIT |y|))))))))455456(DEFUN |A1AGG-;copy;2$;19| (|x| $)457(LET ((|y| (|A1AGG-;stupidnew| (SPADCALL |x| (|shellEntry| $ 61)) |x| |x| $)))458(PROGN459(LET ((|i| (SPADCALL |x| (|shellEntry| $ 9)))460(#1=#:G767 (SPADCALL |x| (|shellEntry| $ 10)))461(|j| (SPADCALL |y| (|shellEntry| $ 9))))462(LOOP463(COND ((< #1# |i|) (RETURN NIL))464(T465(SPADCALL |y| |j| (SPADCALL |x| |i| (|shellEntry| $ 11))466(|shellEntry| $ 35))))467(SETQ |i| (+ |i| 1))468(SETQ |j| (+ |j| 1))))469|y|)))470471(DEFUN |A1AGG-;copyInto!;2$I$;20| (|y| |x| |s| $)472(COND473((OR (< |s| (SPADCALL |y| (|shellEntry| $ 9)))474(< (+ (SPADCALL |y| (|shellEntry| $ 10)) 1)475(+ |s| (SPADCALL |x| (|shellEntry| $ 61)))))476(|error| "index out of range"))477(T478(PROGN479(LET ((|i| (SPADCALL |x| (|shellEntry| $ 9)))480(#1=#:G768 (SPADCALL |x| (|shellEntry| $ 10)))481(|j| |s|))482(LOOP483(COND ((< #1# |i|) (RETURN NIL))484(T485(SPADCALL |y| |j| (SPADCALL |x| |i| (|shellEntry| $ 11))486(|shellEntry| $ 35))))487(SETQ |i| (+ |i| 1))488(SETQ |j| (+ |j| 1))))489|y|))))490491(DEFUN |A1AGG-;construct;L$;21| (|l| $)492(COND ((NULL |l|) (SPADCALL (|shellEntry| $ 54)))493(T494(LET ((|a|495(SPADCALL (LIST-LENGTH |l|) (|SPADfirst| |l|)496(|shellEntry| $ 55))))497(PROGN498(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9))) (#1=#:G769 |l|))499(LOOP500(COND ((NOT (CONSP #1#)) (RETURN NIL))501(T (SPADCALL |a| |i| (CAR #1#) (|shellEntry| $ 35))))502(SETQ |i| (+ |i| 1))503(SETQ #1# (CDR #1#))))504|a|)))))505506(DEFUN |A1AGG-;delete;$Us$;22| (|a| |s| $)507(PROG (|k| |r|)508(RETURN509(LET ((|l| (SPADCALL |s| (|shellEntry| $ 39)))510(|h|511(COND512((SPADCALL |s| (|shellEntry| $ 40))513(SPADCALL |s| (|shellEntry| $ 41)))514(T (SPADCALL |a| (|shellEntry| $ 10))))))515(SEQ516(COND517((< |l| (SPADCALL |a| (|shellEntry| $ 9)))518(EXIT (|error| #1="index out of range"))))519(COND520((< (SPADCALL |a| (|shellEntry| $ 10)) |h|) (EXIT (|error| #1#))))521(EXIT522(COND ((< |h| |l|) (SPADCALL |a| (|shellEntry| $ 74)))523(T524(SEQ525(LETT |r|526(|A1AGG-;stupidnew|527(LET ((#2=#:G704528(-529(+ (- (SPADCALL |a| (|shellEntry| $ 61)) |h|)530|l|)5311)))532(COND ((NOT (MINUSP #2#)) #2#)533(T534(|moanRetract| #2# '(|NonNegativeInteger|)))))535|a| |a| $)536. #3=(|A1AGG-;delete;$Us$;22|))537(LETT |k| (SPADCALL |r| (|shellEntry| $ 9)) . #3#)538(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))539(#4=#:G770 (- |l| 1)))540(LOOP541(COND ((< #4# |i|) (RETURN NIL))542(T543(PROGN544(SPADCALL |r| |k|545(SPADCALL |a| |i| (|shellEntry| $ 11))546(|shellEntry| $ 35))547(SETQ |k| (+ |k| 1)))))548(SETQ |i| (+ |i| 1))))549(LET ((|i| (+ |h| 1))550(#5=#:G771 (SPADCALL |a| (|shellEntry| $ 10))))551(LOOP552(COND ((< #5# |i|) (RETURN NIL))553(T554(PROGN555(SPADCALL |r| |k|556(SPADCALL |a| |i| (|shellEntry| $ 11))557(|shellEntry| $ 35))558(SETQ |k| (+ |k| 1)))))559(SETQ |i| (+ |i| 1))))560(EXIT |r|))))))))))561562(DEFUN |A1AGG-;delete;$I$;23| (|x| |i| $)563(COND564((OR (< |i| (SPADCALL |x| (|shellEntry| $ 9)))565(< (SPADCALL |x| (|shellEntry| $ 10)) |i|))566(|error| "index out of range"))567(T568(LET* ((|y|569(|A1AGG-;stupidnew|570(LET ((#1=#:G715 (- (SPADCALL |x| (|shellEntry| $ 61)) 1)))571(COND ((NOT (MINUSP #1#)) #1#)572(T (|moanRetract| #1# '(|NonNegativeInteger|)))))573|x| |x| $))574(|k| (SPADCALL |y| (|shellEntry| $ 9))))575(SEQ576(LET ((|j| (SPADCALL |x| (|shellEntry| $ 9))) (#2=#:G772 (- |i| 1)))577(LOOP578(COND ((< #2# |j|) (RETURN NIL))579(T580(PROGN581(SPADCALL |y| |k| (SPADCALL |x| |j| (|shellEntry| $ 11))582(|shellEntry| $ 35))583(SETQ |k| (+ |k| 1)))))584(SETQ |j| (+ |j| 1))))585(LET ((|j| (+ |i| 1)) (#3=#:G773 (SPADCALL |x| (|shellEntry| $ 10))))586(LOOP587(COND ((< #3# |j|) (RETURN NIL))588(T589(PROGN590(SPADCALL |y| |k| (SPADCALL |x| |j| (|shellEntry| $ 11))591(|shellEntry| $ 35))592(SETQ |k| (+ |k| 1)))))593(SETQ |j| (+ |j| 1))))594(EXIT |y|))))))595596(DEFUN |A1AGG-;reverse!;2$;24| (|x| $)597(LET ((|m| (SPADCALL |x| (|shellEntry| $ 9)))598(|n| (SPADCALL |x| (|shellEntry| $ 10))))599(PROGN600(LET ((|i| 0) (#1=#:G774 (TRUNCATE (- |n| |m|) 2)))601(LOOP602(COND ((< #1# |i|) (RETURN NIL))603(T (SPADCALL |x| (+ |m| |i|) (- |n| |i|) (|shellEntry| $ 79))))604(SETQ |i| (+ |i| 1))))605|x|)))606607(DEFUN |A1AGG-;concat;L$;25| (|l| $)608(COND ((NULL |l|) (SPADCALL (|shellEntry| $ 54)))609(T610(LET* ((|n|611(LET ((#1=#:G720 NIL) (#2=#:G721 T) (#3=#:G776 |l|))612(LOOP613(COND ((NOT (CONSP #3#)) (RETURN (COND (#2# 0) (T #1#))))614(T615(LET ((#4=#:G719616(SPADCALL (CAR #3#) (|shellEntry| $ 61))))617(PROGN618(COND (#2# (SETQ #1# #4#))619(T (SETQ #1# (+ #1# #4#))))620(SETQ #2# NIL)))))621(SETQ #3# (CDR #3#)))))622(|r|623(SPADCALL |n| (|A1AGG-;stupidget| |l| $) (|shellEntry| $ 55)))624(|i| (SPADCALL |r| (|shellEntry| $ 9))))625(SEQ626(LET ((#5=#:G775 |l|))627(LOOP628(COND ((NOT (CONSP #5#)) (RETURN NIL))629(T630(LET ((|a| (CAR #5#)))631(PROGN632(SPADCALL |r| |a| |i| (|shellEntry| $ 83))633(SETQ |i|634(+ |i|635(SPADCALL |a| (|shellEntry| $ 61))))))))636(SETQ #5# (CDR #5#))))637(EXIT |r|))))))638639(DEFUN |A1AGG-;sorted?;M$B;26| (|f| |a| $)640(PROGN641(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))642(#1=#:G777 (- (SPADCALL |a| (|shellEntry| $ 10)) 1)))643(LOOP644(COND ((< #1# |i|) (RETURN NIL))645(T646(COND647((NOT648(FUNCALL (CAR |f|) (SPADCALL |a| |i| (|shellEntry| $ 11))649(SPADCALL |a| (+ |i| 1) (|shellEntry| $ 11))650(CDR |f|)))651(RETURN-FROM |A1AGG-;sorted?;M$B;26| NIL)))))652(SETQ |i| (+ |i| 1))))653T))654655(DEFUN |A1AGG-;concat;3$;27| (|x| |y| $)656(LET* ((|z|657(|A1AGG-;stupidnew|658(+ (SPADCALL |x| (|shellEntry| $ 61))659(SPADCALL |y| (|shellEntry| $ 61)))660|x| |y| $))661(|i| (SPADCALL |z| (|shellEntry| $ 9))))662(PROGN663(SPADCALL |z| |x| |i| (|shellEntry| $ 83))664(SPADCALL |z| |y| (+ |i| (SPADCALL |x| (|shellEntry| $ 61)))665(|shellEntry| $ 83))666|z|)))667668(DEFUN |A1AGG-;coerce;$Of;28| (|r| $)669(SPADCALL670(SPADCALL671(LET ((|k| (SPADCALL |r| (|shellEntry| $ 9)))672(#1=#:G778 (SPADCALL |r| (|shellEntry| $ 10)))673(#2=#:G735 NIL))674(LOOP675(COND ((< #1# |k|) (RETURN (|reverse!| #2#)))676(T677(SETQ #2#678(CONS679(SPADCALL (SPADCALL |r| |k| (|shellEntry| $ 11))680(|shellEntry| $ 89))681#2#))))682(SETQ |k| (+ |k| 1))))683(|shellEntry| $ 90))684(|shellEntry| $ 91)))685686(DEFUN |A1AGG-;=;2$B;29| (|x| |y| $)687(AND688(NOT689(SPADCALL (SPADCALL |x| (|shellEntry| $ 61))690(SPADCALL |y| (|shellEntry| $ 61)) (|shellEntry| $ 93)))691(PROGN692(LET ((|i| (SPADCALL |x| (|shellEntry| $ 9)))693(#1=#:G779 (SPADCALL |x| (|shellEntry| $ 10))))694(LOOP695(COND ((< #1# |i|) (RETURN NIL))696(T697(COND698((NOT699(SPADCALL (SPADCALL |x| |i| (|shellEntry| $ 11))700(SPADCALL |y| |i| (|shellEntry| $ 11))701(|shellEntry| $ 94)))702(RETURN-FROM |A1AGG-;=;2$B;29| NIL)))))703(SETQ |i| (+ |i| 1))))704T)))705706(DEFUN |A1AGG-;position;S$2I;30| (|x| |t| |s| $)707(LET ((|n| (SPADCALL |t| (|shellEntry| $ 10))))708(SEQ709(COND710((OR (< |s| (SPADCALL |t| (|shellEntry| $ 9))) (< |n| |s|))711(EXIT (|error| "index out of range"))))712(LET ((|k| |s|))713(LOOP714(COND ((< |n| |k|) (RETURN NIL))715(T716(COND717((SPADCALL (SPADCALL |t| |k| (|shellEntry| $ 11)) |x|718(|shellEntry| $ 94))719(RETURN-FROM |A1AGG-;position;S$2I;30| |k|)))))720(SETQ |k| (+ |k| 1))))721(EXIT (- (SPADCALL |t| (|shellEntry| $ 9)) 1)))))722723(DEFUN |A1AGG-;<;2$B;31| (|a| |b| $)724(PROGN725(LET ((|i| (SPADCALL |a| (|shellEntry| $ 9)))726(#1=#:G780 (SPADCALL |a| (|shellEntry| $ 10)))727(|j| (SPADCALL |b| (|shellEntry| $ 9)))728(#2=#:G781 (SPADCALL |b| (|shellEntry| $ 10))))729(LOOP730(COND ((OR (< #1# |i|) (< #2# |j|)) (RETURN NIL))731(T732(COND733((SPADCALL (SPADCALL |a| |i| (|shellEntry| $ 11))734(SPADCALL |b| |j| (|shellEntry| $ 11))735(|shellEntry| $ 51))736(RETURN-FROM |A1AGG-;<;2$B;31|737(SPADCALL (SPADCALL |a| |i| (|shellEntry| $ 63))738(SPADCALL |b| |j| (|shellEntry| $ 63))739(|shellEntry| $ 97)))))))740(SETQ |i| (+ |i| 1))741(SETQ |j| (+ |j| 1))))742(< (SPADCALL |a| (|shellEntry| $ 61)) (SPADCALL |b| (|shellEntry| $ 61)))))743744(DEFUN |OneDimensionalArrayAggregate&| (|#1| |#2|)745(LET* ((|dv$1| (|devaluate| |#1|))746(|dv$2| (|devaluate| |#2|))747(|dv$| (LIST '|OneDimensionalArrayAggregate&| |dv$1| |dv$2|))748($ (|newShell| 100))749(|pv$| (|buildPredVector| 0 0 NIL)))750(PROGN751(SETF (|shellEntry| $ 0) |dv$|)752(SETF (|shellEntry| $ 3) |pv$|)753(|stuffDomainSlots| $)754(SETF (|shellEntry| $ 6) |#1|)755(SETF (|shellEntry| $ 7) |#2|)756(COND757((|HasCategory| |#2| '(|BasicType|))758(SETF (|shellEntry| $ 52) (CONS #'|A1AGG-;reduce;M$3S;12| $))))759(COND760((|HasCategory| |#2| '(|CoercibleTo| (|OutputForm|)))761(SETF (|shellEntry| $ 92) (CONS #'|A1AGG-;coerce;$Of;28| $))))762(COND763((|HasCategory| |#2| '(|BasicType|))764(PROGN765(SETF (|shellEntry| $ 95) (CONS #'|A1AGG-;=;2$B;29| $))766(SETF (|shellEntry| $ 96) (CONS #'|A1AGG-;position;S$2I;30| $)))))767(COND768((|HasCategory| |#2| '(|OrderedSet|))769(SETF (|shellEntry| $ 99) (CONS #'|A1AGG-;<;2$B;31| $))))770$)))771772(MAKEPROP '|OneDimensionalArrayAggregate&| '|infovec|773(LIST774'#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (|local| |#2|) (|Integer|)775(0 . |minIndex|) (5 . |maxIndex|) (10 . |qelt|) (|List| 7)776|A1AGG-;members;$L;1| (|FiniteLinearAggregateSort| 7 6)777(|Boolean|) (|Mapping| 15 7 7) (16 . |quickSort|)778|A1AGG-;sort!;M2$;2| (22 . |true|) (26 . |false|)779(|Mapping| 15 7) |A1AGG-;any?;M$B;3| |A1AGG-;every?;M$B;4|780(|PositiveInteger|) (30 . |One|) (34 . -) |A1AGG-;position;M$I;5|781(|Union| 7 '"failed") |A1AGG-;find;M$U;6| (|NonNegativeInteger|)782(40 . |Zero|) (44 . |One|) (48 . +) |A1AGG-;count;M$Nni;7|783(54 . |qsetelt!|) (|Mapping| 7 7) |A1AGG-;map!;M2$;8|784(|UniversalSegment| 8) (61 . |lo|) (66 . |hasHi|) (71 . |hi|)785(76 . <) (82 . >) |A1AGG-;setelt;$Us2S;9| (88 . |empty?|)786(93 . |One|) (97 . +) (|Mapping| 7 7 7) |A1AGG-;reduce;M$S;10|787|A1AGG-;reduce;M$2S;11| (103 . ~=) (109 . |reduce|)788(117 . |zero?|) (122 . |empty|) (126 . |new|) (132 . |first|)789(137 . |max|) (143 . |min|) (149 . |Zero|) |A1AGG-;map;M3$;15|790(153 . |#|) (158 . <=) (164 . |elt|) |A1AGG-;merge;M3$;16|791(170 . |max|) |A1AGG-;elt;$Us$;17| |A1AGG-;insert;2$I$;18|792|A1AGG-;copy;2$;19| |A1AGG-;copyInto!;2$I$;20| (174 . |empty?|)793(179 . |#|) (184 . |first|) |A1AGG-;construct;L$;21|794(189 . |copy|) |A1AGG-;delete;$Us$;22| |A1AGG-;delete;$I$;23|795(194 . |quo|) (|Void|) (200 . |swap!|) |A1AGG-;reverse!;2$;24|796(|List| 6) (207 . |empty?|) (212 . |copyInto!|) (|List| $)797|A1AGG-;concat;L$;25| |A1AGG-;sorted?;M$B;26|798|A1AGG-;concat;3$;27| (|OutputForm|) (219 . |coerce|)799(224 . |commaSeparate|) (229 . |bracket|) (234 . |coerce|)800(239 . ~=) (245 . =) (251 . =) (257 . |position|) (264 . <)801(270 . <) (276 . <))802'#(|sorted?| 282 |sort!| 288 |setelt| 294 |reverse!| 301 |reduce|803306 |position| 327 |merge| 340 |members| 347 |map!| 352 |map| 358804|insert| 365 |find| 372 |every?| 378 |elt| 384 |delete| 390805|count| 402 |copyInto!| 408 |copy| 415 |construct| 420 |concat|806425 |coerce| 436 |any?| 441 = 447 < 453)807'NIL808(CONS (|makeByteWordVec2| 1 'NIL)809(CONS '#()810(CONS '#()811(|makeByteWordVec2| 99812'(1 6 8 0 9 1 6 8 0 10 2 6 7 08138 11 2 14 6 16 6 17 0 15 081419 0 15 0 20 0 24 0 25 2 8 08150 0 26 0 30 0 31 0 30 0 32 281630 0 0 0 33 3 6 7 0 8 7 35 181738 8 0 39 1 38 15 0 40 1 388188 0 41 2 8 15 0 0 42 2 8 158190 0 43 1 6 15 0 45 0 8 0 468202 8 0 0 0 47 2 7 15 0 0 51 48210 7 48 0 7 7 52 1 30 15 0 538220 6 0 54 2 6 0 30 7 55 1 6 78230 56 2 8 0 0 0 57 2 8 0 0 082458 0 8 0 59 1 6 30 0 61 2 882515 0 0 62 2 6 7 0 8 63 0 158260 65 1 12 15 0 70 1 12 30 082771 1 12 7 0 72 1 6 0 0 74 28288 0 0 0 77 3 6 78 0 8 8 79 182981 15 0 82 3 6 0 0 0 8 83 18307 88 0 89 1 88 0 84 90 1 888310 0 91 1 0 88 0 92 2 30 15 08320 93 2 7 15 0 0 94 2 0 15 08330 95 3 0 8 7 0 8 96 2 7 15 08340 97 2 30 15 0 0 98 2 0 15 08350 99 2 0 15 16 0 86 2 0 0 168360 18 3 0 7 0 38 7 44 1 0 0 083780 2 0 7 48 0 49 3 0 7 48 08387 50 4 0 7 48 0 7 7 52 3 0 88397 0 8 96 2 0 8 21 0 27 3 0 084016 0 0 64 1 0 12 0 13 2 0 084136 0 37 3 0 0 48 0 0 60 3 08420 0 0 8 67 2 0 28 21 0 29 28430 15 21 0 23 2 0 0 0 38 66 28440 0 0 38 75 2 0 0 0 8 76 2 084530 21 0 34 3 0 0 0 0 8 69 18460 0 0 68 1 0 0 12 73 2 0 0 08470 87 1 0 0 84 85 1 0 88 0 928482 0 15 21 0 22 2 0 15 0 0 958492 0 15 0 0 99)))))850'|lookupComplete|))851852(SETF (|dbTemplate| (|constructorDB| '|OneDimensionalArrayAggregate&|))853#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (|local| |#2|) (|Integer|)854(0 . |minIndex|) (5 . |maxIndex|) (10 . |qelt|) (|List| 7)855|A1AGG-;members;$L;1| (|FiniteLinearAggregateSort| 7 6) (|Boolean|)856(|Mapping| 15 7 7) (16 . |quickSort|) |A1AGG-;sort!;M2$;2|857(22 . |true|) (26 . |false|) (|Mapping| 15 7) |A1AGG-;any?;M$B;3|858|A1AGG-;every?;M$B;4| (|PositiveInteger|) (30 . |One|) (34 . -)859|A1AGG-;position;M$I;5| (|Union| 7 '"failed") |A1AGG-;find;M$U;6|860(|NonNegativeInteger|) (40 . |Zero|) (44 . |One|) (48 . +)861|A1AGG-;count;M$Nni;7| (54 . |qsetelt!|) (|Mapping| 7 7)862|A1AGG-;map!;M2$;8| (|UniversalSegment| 8) (61 . |lo|) (66 . |hasHi|)863(71 . |hi|) (76 . <) (82 . >) |A1AGG-;setelt;$Us2S;9| (88 . |empty?|)864(93 . |One|) (97 . +) (|Mapping| 7 7 7) |A1AGG-;reduce;M$S;10|865|A1AGG-;reduce;M$2S;11| (103 . ~=) (109 . |reduce|) (117 . |zero?|)866(122 . |empty|) (126 . |new|) (132 . |first|) (137 . |max|)867(143 . |min|) (149 . |Zero|) |A1AGG-;map;M3$;15| (153 . |#|)868(158 . <=) (164 . |elt|) |A1AGG-;merge;M3$;16| (170 . |max|)869|A1AGG-;elt;$Us$;17| |A1AGG-;insert;2$I$;18| |A1AGG-;copy;2$;19|870|A1AGG-;copyInto!;2$I$;20| (174 . |empty?|) (179 . |#|)871(184 . |first|) |A1AGG-;construct;L$;21| (189 . |copy|)872|A1AGG-;delete;$Us$;22| |A1AGG-;delete;$I$;23| (194 . |quo|) (|Void|)873(200 . |swap!|) |A1AGG-;reverse!;2$;24| (|List| 6) (207 . |empty?|)874(212 . |copyInto!|) (|List| $) |A1AGG-;concat;L$;25|875|A1AGG-;sorted?;M$B;26| |A1AGG-;concat;3$;27| (|OutputForm|)876(219 . |coerce|) (224 . |commaSeparate|) (229 . |bracket|)877(234 . |coerce|) (239 . ~=) (245 . =) (251 . =) (257 . |position|)878(264 . <) (270 . <) (276 . <)))879880(SETF (|dbLookupFunction| (|constructorDB| '|OneDimensionalArrayAggregate&|))881'|lookupComplete|)882883(SETF (|dbConstructorForm| (|constructorDB| '|OneDimensionalArrayAggregate&|))884'(|OneDimensionalArrayAggregate&| A S))885886(SETF (|dbConstructorKind| (|constructorDB| '|OneDimensionalArrayAggregate&|))887'|package|)888889(SETF (|dbConstructorModemap|890(|constructorDB| '|OneDimensionalArrayAggregate&|))891'(((|OneDimensionalArrayAggregate&| |#1| |#2|)892(CATEGORY |package| (SIGNATURE = ((|Boolean|) |#1| |#1|))893(SIGNATURE |coerce| ((|OutputForm|) |#1|))894(SIGNATURE |map!| (|#1| (|Mapping| |#2| |#2|) |#1|))895(SIGNATURE < ((|Boolean|) |#1| |#1|))896(SIGNATURE |sort!| (|#1| |#1|))897(SIGNATURE |sort!| (|#1| (|Mapping| (|Boolean|) |#2| |#2|) |#1|))898(SIGNATURE |reverse!| (|#1| |#1|))899(SIGNATURE |copyInto!| (|#1| |#1| |#1| (|Integer|)))900(SIGNATURE |sorted?| ((|Boolean|) |#1|))901(SIGNATURE |merge| (|#1| |#1| |#1|))902(SIGNATURE |position| ((|Integer|) |#2| |#1| (|Integer|)))903(SIGNATURE |position| ((|Integer|) |#2| |#1|))904(SIGNATURE |position|905((|Integer|) (|Mapping| (|Boolean|) |#2|) |#1|))906(SIGNATURE |sorted?|907((|Boolean|) (|Mapping| (|Boolean|) |#2| |#2|) |#1|))908(SIGNATURE |merge|909(|#1| (|Mapping| (|Boolean|) |#2| |#2|) |#1| |#1|))910(SIGNATURE |any?| ((|Boolean|) (|Mapping| (|Boolean|) |#2|) |#1|))911(SIGNATURE |every?|912((|Boolean|) (|Mapping| (|Boolean|) |#2|) |#1|))913(SIGNATURE |count|914((|NonNegativeInteger|) (|Mapping| (|Boolean|) |#2|) |#1|))915(SIGNATURE |members| ((|List| |#2|) |#1|))916(SIGNATURE |reduce| (|#2| (|Mapping| |#2| |#2| |#2|) |#1|))917(SIGNATURE |reduce| (|#2| (|Mapping| |#2| |#2| |#2|) |#1| |#2|))918(SIGNATURE |find|919((|Union| |#2| "failed") (|Mapping| (|Boolean|) |#2|) |#1|))920(SIGNATURE |count| ((|NonNegativeInteger|) |#2| |#1|))921(SIGNATURE |reduce|922(|#2| (|Mapping| |#2| |#2| |#2|) |#1| |#2| |#2|))923(SIGNATURE |setelt|924(|#2| |#1| (|UniversalSegment| (|Integer|)) |#2|))925(SIGNATURE |insert| (|#1| |#1| |#1| (|Integer|)))926(SIGNATURE |insert| (|#1| |#2| |#1| (|Integer|)))927(SIGNATURE |delete| (|#1| |#1| (|UniversalSegment| (|Integer|))))928(SIGNATURE |delete| (|#1| |#1| (|Integer|)))929(SIGNATURE |map| (|#1| (|Mapping| |#2| |#2| |#2|) |#1| |#1|))930(SIGNATURE |concat| (|#1| (|List| |#1|)))931(SIGNATURE |concat| (|#1| |#1| |#1|))932(SIGNATURE |concat| (|#1| |#2| |#1|))933(SIGNATURE |concat| (|#1| |#1| |#2|))934(SIGNATURE |elt| (|#1| |#1| (|UniversalSegment| (|Integer|))))935(SIGNATURE |construct| (|#1| (|List| |#2|)))936(SIGNATURE |elt| (|#2| |#1| (|Integer|)))937(SIGNATURE |elt| (|#2| |#1| (|Integer|) |#2|))938(SIGNATURE |setelt| (|#2| |#1| (|Integer|) |#2|))939(SIGNATURE |map| (|#1| (|Mapping| |#2| |#2|) |#1|))940(SIGNATURE |copy| (|#1| |#1|)))941(|OneDimensionalArrayAggregate| |#2|) (|Type|))942(T |OneDimensionalArrayAggregate&|)))943944(SETF (|dbDualSignature| (|constructorDB| '|OneDimensionalArrayAggregate&|))945'(NIL T T))946947(SETF (|dbSourceFile| (|constructorDB| '|OneDimensionalArrayAggregate&|))948'"aggcat.spad")949950(SETF (|dbOperations| (|constructorDB| '|OneDimensionalArrayAggregate&|))951'((|sorted?|952(((|Boolean|) (|Mapping| (|Boolean|) |#2| |#2|) $) 86 T ELT)953(((|Boolean|) $) NIL T ELT))954(|sort!| (($ (|Mapping| (|Boolean|) |#2| |#2|) $) 18 T ELT)955(($ $) NIL T ELT))956(|setelt| ((|#2| $ (|Integer|) |#2|) NIL T ELT)957((|#2| $ (|UniversalSegment| (|Integer|)) |#2|) 44 T ELT))958(|reverse!| (($ $) 80 T ELT))959(|reduce| ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) 52 T ELT)960((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2|) 50 T ELT)961((|#2| (|Mapping| |#2| |#2| |#2|) $) 49 T ELT))962(|position| (((|Integer|) (|Mapping| (|Boolean|) |#2|) $) 27 T ELT)963(((|Integer|) |#2| $) NIL T ELT)964(((|Integer|) |#2| $ (|Integer|)) 96 T ELT))965(|merge| (($ (|Mapping| (|Boolean|) |#2| |#2|) $ $) 64 T ELT)966(($ $ $) NIL T ELT))967(|members| (((|List| |#2|) $) 13 T ELT))968(|map!| (($ (|Mapping| |#2| |#2|) $) 37 T ELT))969(|map| (($ (|Mapping| |#2| |#2|) $) NIL T ELT)970(($ (|Mapping| |#2| |#2| |#2|) $ $) 60 T ELT))971(|insert| (($ |#2| $ (|Integer|)) NIL T ELT)972(($ $ $ (|Integer|)) 67 T ELT))973(|find|974(((|Union| |#2| "failed") (|Mapping| (|Boolean|) |#2|) $) 29 T ELT))975(|every?| (((|Boolean|) (|Mapping| (|Boolean|) |#2|) $) 23 T ELT))976(|elt| ((|#2| $ (|Integer|) |#2|) NIL T ELT)977((|#2| $ (|Integer|)) NIL T ELT)978(($ $ (|UniversalSegment| (|Integer|))) 66 T ELT))979(|delete| (($ $ (|Integer|)) 76 T ELT)980(($ $ (|UniversalSegment| (|Integer|))) 75 T ELT))981(|count| (((|NonNegativeInteger|) |#2| $) NIL T ELT)982(((|NonNegativeInteger|) (|Mapping| (|Boolean|) |#2|) $) 34 T ELT))983(|copyInto!| (($ $ $ (|Integer|)) 69 T ELT))984(|copy| (($ $) 68 T ELT)) (|construct| (($ (|List| |#2|)) 73 T ELT))985(|concat| (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)986(($ $ $) 87 T ELT) (($ (|List| $)) 85 T ELT))987(|coerce| (((|OutputForm|) $) 92 T ELT))988(|any?| (((|Boolean|) (|Mapping| (|Boolean|) |#2|) $) 22 T ELT))989(= (((|Boolean|) $ $) 95 T ELT)) (< (((|Boolean|) $ $) 99 T ELT))))990991(SETF (|dbOperationTable| (|constructorDB| '|OneDimensionalArrayAggregate&|))992#(|sorted?| 282 |sort!| 288 |setelt| 294 |reverse!| 301 |reduce| 306993|position| 327 |merge| 340 |members| 347 |map!| 352 |map| 358994|insert| 365 |find| 372 |every?| 378 |elt| 384 |delete| 390 |count|995402 |copyInto!| 408 |copy| 415 |construct| 420 |concat| 425 |coerce|996436 |any?| 441 = 447 < 453))997998(SETF (|dbCapsuleDefinitions|999(|constructorDB| '|OneDimensionalArrayAggregate&|))1000'((|A1AGG-;<;2$B;31| ((|Boolean|) $ $))1001(|A1AGG-;position;S$2I;30| ((|Integer|) S $ (|Integer|)))1002(|A1AGG-;=;2$B;29| ((|Boolean|) $ $))1003(|A1AGG-;coerce;$Of;28| ((|OutputForm|) $))1004(|A1AGG-;concat;3$;27| ($ $ $))1005(|A1AGG-;sorted?;M$B;26| ((|Boolean|) (|Mapping| (|Boolean|) S S) $))1006(|A1AGG-;concat;L$;25| ($ (|List| $)))1007(|A1AGG-;reverse!;2$;24| ($ $))1008(|A1AGG-;delete;$I$;23| ($ $ (|Integer|)))1009(|A1AGG-;delete;$Us$;22| ($ $ (|UniversalSegment| (|Integer|))))1010(|A1AGG-;construct;L$;21| ($ (|List| S)))1011(|A1AGG-;copyInto!;2$I$;20| ($ $ $ (|Integer|)))1012(|A1AGG-;copy;2$;19| ($ $))1013(|A1AGG-;insert;2$I$;18| ($ $ $ (|Integer|)))1014(|A1AGG-;elt;$Us$;17| ($ $ (|UniversalSegment| (|Integer|))))1015(|A1AGG-;merge;M3$;16| ($ (|Mapping| (|Boolean|) S S) $ $))1016(|A1AGG-;map;M3$;15| ($ (|Mapping| S S S) $ $))1017(|A1AGG-;reduce;M$3S;12| (S (|Mapping| S S S) $ S S))1018(|A1AGG-;reduce;M$2S;11| (S (|Mapping| S S S) $ S))1019(|A1AGG-;reduce;M$S;10| (S (|Mapping| S S S) $))1020(|A1AGG-;setelt;$Us2S;9| (S $ (|UniversalSegment| (|Integer|)) S))1021(|A1AGG-;map!;M2$;8| ($ (|Mapping| S S) $))1022(|A1AGG-;count;M$Nni;7|1023((|NonNegativeInteger|) (|Mapping| (|Boolean|) S) $))1024(|A1AGG-;find;M$U;6|1025((|Union| S "failed") (|Mapping| (|Boolean|) S) $))1026(|A1AGG-;position;M$I;5| ((|Integer|) (|Mapping| (|Boolean|) S) $))1027(|A1AGG-;every?;M$B;4| ((|Boolean|) (|Mapping| (|Boolean|) S) $))1028(|A1AGG-;any?;M$B;3| ((|Boolean|) (|Mapping| (|Boolean|) S) $))1029(|A1AGG-;sort!;M2$;2| ($ (|Mapping| (|Boolean|) S S) $))1030(|A1AGG-;members;$L;1| ((|List| S) $))))10311032(SETF (|dbAbbreviation| (|constructorDB| '|OneDimensionalArrayAggregate&|))1033'A1AGG-)103410351036