aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-funsel.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-funsel.boot')
-rw-r--r--src/interp/i-funsel.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-funsel.boot b/src/interp/i-funsel.boot
index bdb13805..37939a6a 100644
--- a/src/interp/i-funsel.boot
+++ b/src/interp/i-funsel.boot
@@ -517,7 +517,7 @@ argCouldBelongToSubdomain(op, nargs) ==
-- each signature has form
-- [domain of implementation, target, arg1, arg2, ...]
for [sig,cond,:.] in mms repeat
- for t in CDDR sig for i in 0..(nargs) repeat
+ for t in CDDR sig for i in 0..nargs repeat
CONTAINEDisDomain(t,cond) =>
v.i := 1 + v.i
v