aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index f8e53dc7..d1a5b70b 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -455,7 +455,7 @@ formatUnabbreviated t ==
[t]
null t =>
['"()"]
- t is [p,sel,arg] and p in '(_: ":") =>
+ t is [p,sel,arg] and p = ":" =>
[sel,'": ",:formatUnabbreviated arg]
t is ['Union,:args] =>
['Union,'"(",:formatUnabbreviatedTuple args,'")"]