build open-axiom
1(DECLAIM2(FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Boolean|) |AGG-;eq?;2$B;1|))34(PUT '|AGG-;eq?;2$B;1| '|SPADreplace| '|%peq|)56(DECLAIM (FTYPE (FUNCTION (|%Shell|) |%Thing|) |AGG-;sample;$;2|))78(DEFUN |AGG-;eq?;2$B;1| (|a| |b| $) (DECLARE (IGNORE $)) (EQ |a| |b|))910(DEFUN |AGG-;sample;$;2| ($) (SPADCALL (|shellEntry| $ 9)))1112(DEFUN |Aggregate&| (|#1|)13(LET* ((|dv$1| (|devaluate| |#1|))14(|dv$| (LIST '|Aggregate&| |dv$1|))15($ (|newShell| 11))16(|pv$| (|buildPredVector| 0 0 NIL)))17(PROGN18(SETF (|shellEntry| $ 0) |dv$|)19(SETF (|shellEntry| $ 3) |pv$|)20(|stuffDomainSlots| $)21(SETF (|shellEntry| $ 6) |#1|)22$)))2324(MAKEPROP '|Aggregate&| '|infovec|25(LIST26'#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (|Boolean|)27|AGG-;eq?;2$B;1| (0 . |empty|)28(|%constant| (|AGG-;sample;$;2| $)))29'#(|sample| 4 |eq?| 8) 'NIL30(CONS (|makeByteWordVec2| 1 'NIL)31(CONS '#()32(CONS '#()33(|makeByteWordVec2| 1034'(0 6 0 9 0 0 0 10 2 0 7 0 0358)))))36'|lookupComplete|))3738(SETF (|dbTemplate| (|constructorDB| '|Aggregate&|))39#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (|Boolean|) |AGG-;eq?;2$B;1|40(0 . |empty|) (|%constant| (|AGG-;sample;$;2| $))))4142(SETF (|dbLookupFunction| (|constructorDB| '|Aggregate&|)) '|lookupComplete|)4344(SETF (|dbConstructorForm| (|constructorDB| '|Aggregate&|)) '(|Aggregate&| S))4546(SETF (|dbConstructorKind| (|constructorDB| '|Aggregate&|)) '|package|)4748(SETF (|dbConstructorModemap| (|constructorDB| '|Aggregate&|))49'(((|Aggregate&| |#1|)50(CATEGORY |package| (SIGNATURE |sample| (|#1|) |constant|)51(SIGNATURE |eq?| ((|Boolean|) |#1| |#1|)))52(|Aggregate|))53(T |Aggregate&|)))5455(SETF (|dbDualSignature| (|constructorDB| '|Aggregate&|)) '(NIL T))5657(SETF (|dbSourceFile| (|constructorDB| '|Aggregate&|)) '"aggcat.spad")5859(SETF (|dbOperations| (|constructorDB| '|Aggregate&|))60'((|sample| (($) 10 T CONST)) (|eq?| (((|Boolean|) $ $) 8 T ELT))))6162(SETF (|dbOperationTable| (|constructorDB| '|Aggregate&|))63#(|sample| 4 |eq?| 8))6465(SETF (|dbCapsuleDefinitions| (|constructorDB| '|Aggregate&|))66'((|AGG-;sample;$;2| ($)) (|AGG-;eq?;2$B;1| ((|Boolean|) $ $))))6768(SETF (|dbAbbreviation| (|constructorDB| '|Aggregate&|)) 'AGG-)697071