aboutsummaryrefslogtreecommitdiff
path: root/src/interp/trace.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/trace.boot')
-rw-r--r--src/interp/trace.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/trace.boot b/src/interp/trace.boot
index 5e2e92d4..976e788e 100644
--- a/src/interp/trace.boot
+++ b/src/interp/trace.boot
@@ -378,7 +378,7 @@ getPreviousMapSubNames(traceNames) ==
subs
lassocSub(x,subs) ==
- y:= LASSQ(x,subs) => y
+ y := QLASSQ(x,subs) => y
x
rassocSub(x,subs) ==