diff options
Diffstat (limited to 'src/interp/hashcode.boot')
-rw-r--r-- | src/interp/hashcode.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/hashcode.boot b/src/interp/hashcode.boot index 915fdae0..cfae0d52 100644 --- a/src/interp/hashcode.boot +++ b/src/interp/hashcode.boot @@ -82,7 +82,7 @@ hashType(type, percentHash) == else hash := hashCombine(7, hash) -- !!! If/when asharp hashes values using their type, use instead --- ctt := EQSUBSTLIST(args, $FormalMapVariableList, ct) +-- ctt := applySubst(pairList($FormalMapVariableList,args),ct) -- hash := hashCombine(hashType(ctt, percentHash), hash) |