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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index f9e4256f..ea2becbf 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1711,7 +1711,7 @@ coerceExtraHard(T is [x,m',e],m) ==
-- FIXME: really, we shouldn't. Codes relying on this are
-- FIXME: inherently difficult to comprehend and likely broken.
T' := autoCoerceByModemap(T,m) => T'
- m' is ['Record,:.] and m = $Expression =>
+ m' is ['Record,:.] and m = $OutputForm =>
[['coerceRe2E,x,['ELT,COPY m',0]],m,e]
-- Domain instantiations are first class objects
m = $Domain =>