aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrunfast.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nrunfast.boot')
-rw-r--r--src/interp/nrunfast.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nrunfast.boot b/src/interp/nrunfast.boot
index b679ec8b..1a881336 100644
--- a/src/interp/nrunfast.boot
+++ b/src/interp/nrunfast.boot
@@ -592,7 +592,7 @@ lazyDomainSet(lazyForm,thisDomain,slot) ==
++ resolved to constructor calls. Note: it is assumed that no
++ such resolution has already occured.
resolveNiladicConstructors form ==
- ident? form and niladicConstructorFromDB form => [form]
+ ident? form and niladicConstructor? form => [form]
form isnt [.,:.] => form
form is ["QUOTE",:.] => form
for args in tails rest form repeat