aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-03 20:03:11 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-03 20:03:11 +0000
commit9b81bd9f34147232eb8e6c56978e36f49f8f6771 (patch)
tree1e6a109bc4344fc380e7efa4ae0f520629da5f36 /src/interp/g-util.boot
parentb2848762b8155be597dfa4819f8ff5ea337e3e4b (diff)
downloadopen-axiom-9b81bd9f34147232eb8e6c56978e36f49f8f6771.tar.gz
* interp/compiler.boot (setqMultiple): Handle lhs and rhs of type
Cross instance. * interp/g-util.boot ($DomainNames): Include Cross. * interp/cattable.boot (genCategoryTable): Do not eval Cross. It is bogus to prepopulate the table with builtin functors anyway. * algebra/triset.spad.pamphlet (PolynomialSetUtilitiesPackage)[removeRedundantFactors]: Do not define `c' and `d' in conditional. Make the initializer conditional.
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 8a3254ac..c305a9bf 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -93,7 +93,8 @@ $DomainNames ==
SubDomain _
Union _
Record _
- Enumeration)
+ Enumeration _
+ Cross)
macro builtinFunctorName? x ==
symbolMember?(x,$DomainNames)