aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index f835a531..be49e6fc 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -802,8 +802,7 @@ isSubset(x,y,e) ==
-- Expand domain representation form
x is 'Rep and not $useRepresentationHack =>
isSubset(getRepresentation e,y,e)
- -- x is '$ and get(x,'%domain,e) = y => true
- y is '$ and get(y,'%domain,e) = x => true
+ y is '$ and get(y,'%form,e) = x => true
-- Or, if x has the Subsets property set by SubsetCategory.
pred := LASSOC(opOf x,get(opOf y,"Subsets",e)) => pred
-- Or, they are related by subdomain chain.