aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-23 19:27:51 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-23 19:27:51 +0000
commit2f1248f84e09ddbb48e5ef0700ee61463da0be41 (patch)
tree06336eff7d07b785481765f6bf48667f67df9184 /src/interp/c-util.boot
parent007980660ba03555922525f9f7ee5b0f59ef41b1 (diff)
downloadopen-axiom-2f1248f84e09ddbb48e5ef0700ee61463da0be41.tar.gz
* algebra/strap/TSETCAT.lsp: Remove.
* algebra/strap/TSETCAT-.lsp: Likewise.
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 8a305c37..b16d52ef 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -740,7 +740,9 @@ extendsCategoryForm(domain,form,form') ==
-- if we are compiling the category `form', then we should look at
-- the body as provided in the current definition, not a version
-- possibly compiled previously that may have changed.
- form = $functorForm =>
+ -- FIXME: should not we go all the way down and implement
+ -- polynormic recursion?
+ domain = "$" and form = $definition =>
extendsCategoryForm(domain, $currentCategoryBody, form')
isCategoryForm(form,$EmptyEnvironment) =>
--Constructs the associated vector