diff options
Diffstat (limited to 'src/interp/as.boot')
-rw-r--r-- | src/interp/as.boot | 2 |
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] |