aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/MONOID-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-03-01 05:22:19 +0000
committerdos-reis <gdr@axiomatics.org>2009-03-01 05:22:19 +0000
commitc42526006076b88ff2755f33eb1defd2e455e67e (patch)
tree975c82ab94b65bc41169dd0c339700d4a2efc825 /src/algebra/strap/MONOID-.lsp
parent4311f047fffe6dbc6f58ba4f37f074cc9d155630 (diff)
downloadopen-axiom-c42526006076b88ff2755f33eb1defd2e455e67e.tar.gz
Optimization should not change slot numbers.
Diffstat (limited to 'src/algebra/strap/MONOID-.lsp')
-rw-r--r--src/algebra/strap/MONOID-.lsp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/algebra/strap/MONOID-.lsp b/src/algebra/strap/MONOID-.lsp
index b4c3de53..3e5853ed 100644
--- a/src/algebra/strap/MONOID-.lsp
+++ b/src/algebra/strap/MONOID-.lsp
@@ -26,7 +26,7 @@
(DEFUN |MONOID-;**;SNniS;4| (|x| |n| $)
(COND
((ZEROP |n|) (|spadConstant| $ 7))
- ('T (SPADCALL |x| |n| (|getShellEntry| $ 17)))))
+ ('T (SPADCALL |x| |n| (|getShellEntry| $ 19)))))
(DEFUN |Monoid&| (|#1|)
(PROG (|dv$1| |dv$| $ |pv$|)
@@ -34,7 +34,7 @@
(PROGN
(LETT |dv$1| (|devaluate| |#1|) . #0=(|Monoid&|))
(LETT |dv$| (LIST '|Monoid&| |dv$1|) . #0#)
- (LETT $ (|newShell| 20) . #0#)
+ (LETT $ (|newShell| 21) . #0#)
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3
(LETT |pv$| (|buildPredVector| 0 0 NIL) . #0#))
@@ -46,15 +46,15 @@
(LIST '#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (0 . |One|)
(|Boolean|) (4 . =) |MONOID-;one?;SB;1|
|MONOID-;sample;S;2| (10 . |one?|) (|Union| $ '"failed")
- |MONOID-;recip;SU;3| (|PositiveInteger|)
- (|RepeatedSquaring| 6) (15 . |expt|)
- (|NonNegativeInteger|) |MONOID-;**;SNniS;4|)
- '#(|sample| 21 |recip| 25 |one?| 30 ** 35) 'NIL
+ |MONOID-;recip;SU;3| (|NonNegativeInteger|) (15 . |zero?|)
+ (|PositiveInteger|) (|RepeatedSquaring| 6) (20 . |expt|)
+ |MONOID-;**;SNniS;4|)
+ '#(|sample| 26 |recip| 30 |one?| 35 ** 40) 'NIL
(CONS (|makeByteWordVec2| 1 'NIL)
(CONS '#()
(CONS '#()
- (|makeByteWordVec2| 19
- '(0 6 0 7 2 6 8 0 0 9 1 6 8 0 12 2 16 6
- 6 15 17 0 0 0 11 1 0 13 0 14 1 0 8 0
- 10 2 0 0 0 18 19)))))
+ (|makeByteWordVec2| 20
+ '(0 6 0 7 2 6 8 0 0 9 1 6 8 0 12 1 15 8
+ 0 16 2 18 6 6 17 19 0 0 0 11 1 0 13 0
+ 14 1 0 8 0 10 2 0 0 0 15 20)))))
'|lookupComplete|))