aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-02 16:23:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-02 16:23:37 +0000
commit6c36217f8a6721a3695e6c8d0b5f86401b5ed18b (patch)
tree8c2aa73f3e0dbb7aab710621e72707cf27d74c36 /src/interp/i-analy.boot
parente694e02b3c8e9ae322df7440a29c3011a11503e7 (diff)
downloadopen-axiom-6c36217f8a6721a3695e6c8d0b5f86401b5ed18b.tar.gz
more cleanups
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index e8a4e2ca..9edac053 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -336,8 +336,8 @@ bottomUpCompilePredicate(pred, name) ==
isUnambiguouslyConstructor(id,t) ==
niladicConstructorFromDB id => nil
k := getConstructorKindFromDB id or
- symbolMember?(id,$DomainNames) => "domain"
- symbolMember?(id,$CategoryNames) => "category"
+ builtinFunctorName? id => "domain"
+ builtinCategoryName? id => "category"
k = nil => nil
ms :=
k = "category" => [$CategoryConstructor]