Skip to content

Commit 110d716

Browse files
committed
Typo.
1 parent 79f672e commit 110d716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/normalize/simplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ static Tree sigMapRename(Tree key, Tree env, tfun f, Tree t)
397397
if (has_label && i == 0) {
398398
br.push_back(t->branch(i));
399399
} else {
400-
br.push_back(sigMap(key, f, t->branch(i)));
400+
br.push_back(sigMapRename(key, env, f, t->branch(i)));
401401
}
402402
}
403403

0 commit comments

Comments
 (0)