We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7660cc0 commit 6a413a5Copy full SHA for 6a413a5
middle_end/flambda2/parser/fexpr_to_flambda.ml
@@ -782,8 +782,8 @@ let rec expr env (e : Fexpr.expr) : Flambda.Expr.t =
782
~newer_version_of ~params_arity ~num_trailing_local_params:0
783
~result_arity ~result_types:Unknown
784
~contains_no_escaping_local_allocs:false ~stub:false ~inline
785
- ~check:Default_check ~is_a_functor:false ~recursive
786
- (* CR gyorsh: should [check] be set properly? *)
+ ~check:
+ Default_check (* CR gyorsh: should [check] be set properly? *)
787
~is_a_functor:false ~recursive
788
~cost_metrics (* CR poechsel: grab inlining arguments from fexpr. *)
789
~inlining_arguments:(Inlining_arguments.create ~round:0)
0 commit comments