aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/types.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot
index 915279ee..592c70e5 100644
--- a/src/interp/types.boot
+++ b/src/interp/types.boot
@@ -43,5 +43,5 @@ namespace BOOT
%Modemap <=> %List(%Form) -- modemap
-%ConstructorKind <=> -- kind of ctor instances
- MEMBER(category,domain,package)
+structure %ConstructorKind == -- kind of ctor instances
+ Enumeration(category,domain,package)