aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index fc3d621f..b4b4226d 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -480,7 +480,7 @@ bottomUpFormTuple(t, op, opName, args, argModeSetList) ==
-- now make the args into a tuple
- newArg := [mkAtreeNode "Tuple",:args]
+ newArg := [mkAtreeNode "tuple",:args]
bottomUp [op, newArg]
removeUnionsAtStart(argl,modeSets) ==