aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-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 b8e32570..8c741420 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -340,7 +340,7 @@ isSubDomain(d1,d2) ==
-- 4. Otherwise, lookup in the super-domain chain.
pred' := isSubDomain(sup,d2) =>
- MKPF([pred',sublisFormal(args,pred,$AtVariables)],"AND")
+ ['%and,pred',sublisFormal(args,pred,$AtVariables)]
-- 5. Lot of smoke, no fire.
false