aboutsummaryrefslogtreecommitdiff
path: root/src/interp/clammed.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/clammed.boot')
-rw-r--r--src/interp/clammed.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/clammed.boot b/src/interp/clammed.boot
index 80b4a8db..033ddcd8 100644
--- a/src/interp/clammed.boot
+++ b/src/interp/clammed.boot
@@ -113,7 +113,7 @@ isValidType form ==
null (sig := getConstructorSignature op) => nil
[.,:cl] := sig
-- following line is needed to deal with mutable domains
- if # cl ~= # argl and GENSYMP last argl then argl:= DROP(-1,argl)
+ if # cl ~= # argl and GENSYMP last argl then argl:= drop(-1,argl)
# cl ~= # argl => nil
cl:= replaceSharps(cl,form)
and/[isValid for x in argl for c in cl] where isValid() ==