aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-coerce.boot
diff options
context:
space:
mode:
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 a891b567..b20c951f 100644
--- a/src/interp/i-coerce.boot
+++ b/src/interp/i-coerce.boot
@@ -966,7 +966,7 @@ coerceIntAlgebraicConstant(object,t2) ==
++ returns true if `val' belongs to the Union branch guarded by `pred'.
thisUnionBranch?: (%Code,%Thing) -> %Boolean
thisUnionBranch?(pred,val) ==
- eval ["LET",[["#1",MKQ val]],pred]
+ eval ['%bind,[["#1",MKQ val]],pred]
coerceUnion2Branch(object) ==
[.,:doms] := objMode object