aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cattable.boot
diff options
context:
space:
mode:
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 17b3c60c..5f546ebe 100644
--- a/src/interp/cattable.boot
+++ b/src/interp/cattable.boot
@@ -272,7 +272,7 @@ getCategoryExtensionAlist cform ==
formalSubstitute(form:=[.,:argl],u) ==
isFormalArgumentList argl => u
- EQSUBSTLIST(argl,$FormalMapVariableList,u)
+ applySubst(pairList($FormalMapVariableList,argl),u)
isFormalArgumentList argl ==
and/[x=fa for x in argl for fa in $FormalMapVariableList]