Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekdohibs committed Apr 13, 2023
1 parent 320416a commit d9e2936
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion middle_end/flambda2/from_lambda/lambda_to_flambda.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,9 @@ and cps_function env ~fid ~(recursive : Recursive.t) ?precomputed_free_idents
in
let params =
List.map
(fun (p : Lambda.lparam) -> let No_attributes = p.attributes in p.name, Flambda_kind.With_subkind.from_lambda p.layout)
(fun (p : Lambda.lparam) ->
let No_attributes = p.attributes in
p.name, Flambda_kind.With_subkind.from_lambda p.layout)
params
in
let return =
Expand Down

0 comments on commit d9e2936

Please sign in to comment.