Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinWonho committed Jul 22, 2024
1 parent f47031c commit 5078c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectec/src/il2al/translate.ml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ and handle_iter_lhs lhs rhs free_ids =
expr
|> free_expr
|> IdSet.inter (IdSet.of_list iter_ids)
|> IdSet.to_list
|> IdSet.elements
in
let walk_expr (walker: Walk.walker) (expr: expr): expr =
if contains_ids iter_ids expr then
Expand Down

0 comments on commit 5078c02

Please sign in to comment.