diff options
Diffstat (limited to 'src/interp/interop.boot')
-rw-r--r-- | src/interp/interop.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/interop.boot b/src/interp/interop.boot index 99f0b7d8..2ad3991e 100644 --- a/src/interp/interop.boot +++ b/src/interp/interop.boot @@ -566,7 +566,7 @@ newHasAttribute(domain,attrib) == false newHasCategory(domain,catform) == - catform = '(Type) => true + catform = $Type or catform = $Category => true slot4 := domain.4 auxvec := CAR slot4 catvec := CADR slot4 |