Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

build open-axiom

Project: OpenAxiom
Views: 46408
1
2
(PUT '|BAD1;bad1;OvlI;1| '|SPADreplace| '(XLAM (|opts1|) 1))
3
4
(DEFUN |BAD1;bad1;OvlI;1| (|opts1| $) (DECLARE (IGNORE $)) 1)
5
6
(DEFUN |Bad1| ()
7
(DECLARE (SPECIAL |$ConstructorCache|))
8
(LET ((#1=#:G546 (|tableValue| |$ConstructorCache| '|Bad1|)))
9
(COND (#1# (|CDRwithIncrement| (CDAR #1#)))
10
(T
11
(UNWIND-PROTECT
12
(PROG1
13
(CDDAR
14
(SETF (|tableValue| |$ConstructorCache| '|Bad1|)
15
(LIST (CONS NIL (CONS 1 (|Bad1;|))))))
16
(SETQ #1# T))
17
(COND
18
((NOT #1#) (|tableRemove!| |$ConstructorCache| '|Bad1|))))))))
19
20
(DEFUN |Bad1;| ()
21
(DECLARE (SPECIAL |$ConstructorCache|))
22
(LET (($ (|newShell| 10)) (|pv$| (|buildPredVector| 0 0 NIL)))
23
(PROGN
24
(SETF (|shellEntry| $ 0) '(|Bad1|))
25
(SETF (|shellEntry| $ 3) |pv$|)
26
(|haddProp| |$ConstructorCache| '|Bad1| NIL (CONS 1 $))
27
(|stuffDomainSlots| $)
28
$)))
29
30
(MAKEPROP '|Bad1| '|infovec|
31
(LIST
32
'#(NIL NIL NIL NIL NIL NIL (|Integer|) (0 . |One|)
33
(|OrderedVariableList| (|%eval| '(|alpha| |beta|)))
34
|BAD1;bad1;OvlI;1|)
35
'#(|bad1| 4) 'NIL
36
(CONS (|makeByteWordVec2| 1 'NIL)
37
(CONS '#()
38
(CONS '#()
39
(|makeByteWordVec2| 9 '(0 6 0 7 1 0 6 8 9)))))
40
'|lookupComplete|))
41
42
(SETF (|dbTemplate| (|constructorDB| '|Bad1|))
43
#(NIL NIL NIL NIL NIL NIL (|Integer|) (0 . |One|)
44
(|OrderedVariableList| (|%eval| '(|alpha| |beta|)))
45
|BAD1;bad1;OvlI;1|))
46
47
(SETF (|dbLookupFunction| (|constructorDB| '|Bad1|)) '|lookupComplete|)
48
49
(SETF (|dbConstructorForm| (|constructorDB| '|Bad1|)) '(|Bad1|))
50
51
(SETF (|dbConstructorKind| (|constructorDB| '|Bad1|)) '|package|)
52
53
(SETF (|dbConstructorModemap| (|constructorDB| '|Bad1|))
54
'(((|Bad1|)
55
(CATEGORY |package|
56
(SIGNATURE |bad1|
57
((|Integer|) (|OrderedVariableList| '(|alpha| |beta|))))))
58
(T |Bad1|)))
59
60
(SETF (|dbDualSignature| (|constructorDB| '|Bad1|)) '(NIL))
61
62
(SETF (|dbSourceFile| (|constructorDB| '|Bad1|))
63
'"/projects/77750c71-ec7b-4962-bf55-a49ff5065fb6/bad1.spad")
64
65
(SETF (|dbModemaps| (|constructorDB| '|Bad1|))
66
'((|bad1| (*1 *2 *3)
67
(AND (|isDomain| *3 (|OrderedVariableList| '(|alpha| |beta|)))
68
(|isDomain| *2 (|Integer|)) (|isDomain| *1 (|Bad1|))))))
69
70
(SETF (|dbOperations| (|constructorDB| '|Bad1|))
71
'((|bad1|
72
(((|Integer|) (|OrderedVariableList| '(|alpha| |beta|))) 9 T ELT))))
73
74
(SETF (|dbOperationTable| (|constructorDB| '|Bad1|)) #(|bad1| 4))
75
76
(SETF (|dbCapsuleDefinitions| (|constructorDB| '|Bad1|))
77
'((|BAD1;bad1;OvlI;1|
78
((|Integer|) (|OrderedVariableList| '(|alpha| |beta|))))))
79
80
(SETF (|dbAbbreviation| (|constructorDB| '|Bad1|)) 'BAD1)
81
82