aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ABELMON-.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/ABELMON-.lsp')
-rw-r--r--src/algebra/strap/ABELMON-.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/strap/ABELMON-.lsp b/src/algebra/strap/ABELMON-.lsp
index b73e55f3..762d1b3d 100644
--- a/src/algebra/strap/ABELMON-.lsp
+++ b/src/algebra/strap/ABELMON-.lsp
@@ -15,17 +15,17 @@
|ABELMON-;*;Nni2S;4|))
(DEFUN |ABELMON-;zero?;SB;1| (|x| $)
- (SPADCALL |x| (|spadConstant| $ 7) (|getShellEntry| $ 9)))
+ (SPADCALL |x| (|spadConstant| $ 7) (|shellEntry| $ 9)))
(DEFUN |ABELMON-;*;Pi2S;2| (|n| |x| $)
- (SPADCALL |n| |x| (|getShellEntry| $ 12)))
+ (SPADCALL |n| |x| (|shellEntry| $ 12)))
(DEFUN |ABELMON-;sample;S;3| ($) (|spadConstant| $ 7))
(DEFUN |ABELMON-;*;Nni2S;4| (|n| |x| $)
(COND
((ZEROP |n|) (|spadConstant| $ 7))
- (T (SPADCALL |n| |x| (|getShellEntry| $ 18)))))
+ (T (SPADCALL |n| |x| (|shellEntry| $ 18)))))
(DEFUN |AbelianMonoid&| (|#1|)
(LET* ((|dv$1| (|devaluate| |#1|))