aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/parse.boot')
-rw-r--r--src/interp/parse.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/parse.boot b/src/interp/parse.boot
index 4cdbeb82..6ab39d19 100644
--- a/src/interp/parse.boot
+++ b/src/interp/parse.boot
@@ -403,12 +403,12 @@ transCategoryItem x ==
$transCategoryAssoc:= [[lhs,:rhs],:$transCategoryAssoc]
postError ['" Invalid signature: ",x]
[op,:argl]:= lhs
- extra:= nil
+ extra := nil
if rhs is ["Mapping",:m] then
if rest m then extra:= rest m
--should only be 'constant' or 'variable'
rhs:= first m
- [["SIGNATURE",op,[rhs,:SUBLIS($transCategoryAssoc,argl)],:extra]]
+ [["SIGNATURE",op,[rhs,:applySubst($transCategoryAssoc,argl)],:extra]]
[x]