aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 3bfaada1..f452d652 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -2395,9 +2395,6 @@ compRepeatOrCollect(form,m,e) ==
-- fn:= (or/[selfn for [cond,selfn] in u | cond=true]) or return nil
-- [['%call,fn,x],target,e]
-listOrVectorElementMode x ==
- x is [a,b,:.] and symbolMember?(a,'(PrimitiveArray Vector List)) => b
-
++ Return the least Integer subdomain that can represent values
++ of both Integer subdomains denoted by the forms `x' and `y.
joinIntegerModes(x,y,e) ==