aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cattable.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-07-02 02:36:13 +0000
committerdos-reis <gdr@axiomatics.org>2013-07-02 02:36:13 +0000
commit75562692f6375a5ce067997d494a3238eb77f6d5 (patch)
tree49bfa85b80e2b9d2b9a33dd6c99de245f0f96330 /src/interp/cattable.boot
parentcb90da3427de1c9113fdf285ba6ba3a9d307fb6f (diff)
downloadopen-axiom-75562692f6375a5ce067997d494a3238eb77f6d5.tar.gz
Rever sharp var list changes.
Diffstat (limited to 'src/interp/cattable.boot')
-rw-r--r--src/interp/cattable.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/cattable.boot b/src/interp/cattable.boot
index 21e61c26..7cb1dc0d 100644
--- a/src/interp/cattable.boot
+++ b/src/interp/cattable.boot
@@ -381,7 +381,7 @@ categoryParts(conform,category,:options) == main where
if addCtor? then
res := [listSort(function GLESSEQP,$conslist),:res]
if getConstructorKindFromDB conname is "category" then
- tvl := tvarList #rest conform
+ tvl := take(#rest conform,$TriangleVariableList)
res := applySubst(pairList(tvl,$FormalMapVariableList),res)
res
build(item,pred) ==