aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 1d9686bc..24b80131 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1347,7 +1347,10 @@ coerceExtraHard(T is [x,m',e],m) ==
belongsTo?(m',["UnionType"],e) and hasUniqueCaseView(x,m,e) =>
autoCoerceByModemap(T,m)
-- Domain instantiations are first class objects
- m = $Domain and isCategoryForm(m',e) => [x,m',e]
+ m = $Domain =>
+ m' = $Category => nil
+ isCategoryForm(m',e) => [x,m',e]
+ nil
nil
++ returns true if mode `m' is known to belong to category `cat' in