Skip to content

Commit

Permalink
Fix to hanging case; typo
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuny committed Jan 8, 2024
1 parent ac42aac commit 99c7c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middle_end/flambda2/validate/flambda2_core.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ let handler_fix (f : core_exp -> core_exp) e =
let _handler_fix param exp =
let exp' = f exp in
if exp == exp' then e
else Core_continuation_handler.create param (f exp)
else Core_continuation_handler.create param exp'
|> Expr.create_handler
in
Core_continuation_handler.pattern_match handler _handler_fix
Expand Down

0 comments on commit 99c7c69

Please sign in to comment.