aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-08 23:01:08 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-08 23:01:08 +0000
commit09f2e3d8df2cea0ac51017045b15adadd4dcdf53 (patch)
tree7f96f697a16185b01ae0bb6de9d316f49d6f9b22 /src/interp/functor.boot
parent646c4457e1cb8be5af3445c80b457518e0e4e47a (diff)
downloadopen-axiom-09f2e3d8df2cea0ac51017045b15adadd4dcdf53.tar.gz
* interp/category.boot(categoryObject?): Rename from isCategory.
* interp/c-util.boot: Adjust use. * interp/functor.boot: Likewise. * interp/modemap.boot: Likewise.
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)