aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index fff6c141..4e066e9a 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -57,7 +57,7 @@ DomainPrint(D,brief) ==
env:=
null $e => $EmptyEnvironment
$e --in case we are called from top level
- isCategory D => CategoryPrint(D,env)
+ categoryObject? D => CategoryPrint(D,env)
$Sublis:= [[keyItem D,:'original]]
SAY '"-----------------------------------------------------------------------"
DomainPrint1(D,NIL,env)