Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 5, 2024
1 parent ac6bdb2 commit 9915ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/langs/explicit-substitution/reduce/substitute.cic
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function substitute(
}

case Exp::Fn(name, ret) => {
let freshName = freshen(name
let freshName = freshen(name)
Exp::Fn(
freshName,
Exp::Let(
Expand Down

0 comments on commit 9915ec0

Please sign in to comment.