aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-eval.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-eval.boot')
-rw-r--r--src/interp/i-eval.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-eval.boot b/src/interp/i-eval.boot
index adbcf313..509b58f9 100644
--- a/src/interp/i-eval.boot
+++ b/src/interp/i-eval.boot
@@ -153,7 +153,7 @@ evaluateType form ==
IDENTP arg => nil
throwKeyedMsg("S2IL0031",nil)
for [arg,:args] in tails argl repeat
- MEMQ(arg,args) => throwKeyedMsg("S2IL0032",[arg])
+ symbolMember?(arg,args) => throwKeyedMsg("S2IL0032",[arg])
form
evaluateFormAsType form
IDENTP form and niladicConstructorFromDB form => evaluateType [form]