aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/MONOID-.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/MONOID-.lsp')
-rw-r--r--src/algebra/strap/MONOID-.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/MONOID-.lsp b/src/algebra/strap/MONOID-.lsp
index e8679174..9a3f9dc9 100644
--- a/src/algebra/strap/MONOID-.lsp
+++ b/src/algebra/strap/MONOID-.lsp
@@ -30,7 +30,7 @@
(DEFUN |Monoid&| (|#1|)
(LET* ((|dv$1| (|devaluate| |#1|)) (|dv$| (LIST '|Monoid&| |dv$1|))
- ($ (|newShell| 21)) (|pv$| (|buildPredVector| 0 0 NIL)))
+ ($ (|newShell| 21)) (|pv$| (|buildPredVector| 0 0 (LIST))))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|stuffDomainSlots| $)