aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index 558b28fb..4403b26a 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -1684,7 +1684,7 @@ DomainSubstitutionFunction(parameters,body) ==
cons? $definition and
isFunctor body.op and
body.op ~= $definition.op
- => ['QUOTE,optimize body]
+ => ['QUOTE,simplifyVMForm body]
[Subst(parameters,u) for u in body]
not (body is ["Join",:.]) => body
atom $definition => body