aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-coerce.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-12 19:35:37 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-12 19:35:37 +0000
commit51828facc9bb3dd130b723cb49b1b5eff04231dd (patch)
treee94c75ed0938b260a8f7fa0ea0de4b0a031acecd /src/interp/i-coerce.boot
parentf1c5b36d7eeb93b28a346101142e80d8035b072b (diff)
downloadopen-axiom-51828facc9bb3dd130b723cb49b1b5eff04231dd.tar.gz
Fix codegen for pattern matching strings
Diffstat (limited to 'src/interp/i-coerce.boot')
-rw-r--r--src/interp/i-coerce.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-coerce.boot b/src/interp/i-coerce.boot
index de699da9..a891b567 100644
--- a/src/interp/i-coerce.boot
+++ b/src/interp/i-coerce.boot
@@ -547,7 +547,7 @@ canCoerceUnion(t1,t2) ==
for ud1 in unionDoms1]
or/[canCoerce(t1,ud) for ud in unionDoms2]
-- next, a little lie
- t1 is ['Union,d1, ='"failed"] and t2 = d1 => true
+ t1 is ['Union,d1,'"failed"] and t2 = d1 => true
isUnion1 =>
and/[canCoerce(ud,t2) for ud in unionDoms1]
keyedSystemError("S2GE0016",['"canCoerceUnion",