Skip to content

Commit

Permalink
Reset Config.return_back_funs to false
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Dec 19, 2023
1 parent 014c066 commit e90b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/Config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ let loop_fixed_point_max_num_iters = 2
return (x :: ls)))
]}
*)
let return_back_funs = ref true
let return_back_funs = ref false

(** Forbids using field projectors for structures.
Expand Down

0 comments on commit e90b23a

Please sign in to comment.