aboutsummaryrefslogtreecommitdiff
path: root/src/interp/as.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 22:45:25 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 22:45:25 +0000
commitd1ae1fd7646c2b81c3d23752f6956c7db888e916 (patch)
tree8efa5738e30f54559a22950f8b4c3dc33ab4c284 /src/interp/as.boot
parentf42883e3da3524177b4a8c6f42c8e7b1646a6265 (diff)
downloadopen-axiom-d1ae1fd7646c2b81c3d23752f6956c7db888e916.tar.gz
More cleanups
Diffstat (limited to 'src/interp/as.boot')
-rw-r--r--src/interp/as.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/as.boot b/src/interp/as.boot
index 1473192c..fef01d2e 100644
--- a/src/interp/as.boot
+++ b/src/interp/as.boot
@@ -956,7 +956,7 @@ asyCATEGORY x ==
cats := r
operations := ops
exportPart :=
- ['CATEGORY,'domain,:"APPEND"/[asyCatItem y for y in operations]]
+ ['CATEGORY,'domain,:append/[asyCatItem y for y in operations]]
[attribs, na] := asyFindAttrs joins
joins := na
cats := "append"/[asyCattran c for c in cats]