Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lthls committed Nov 7, 2024
1 parent a847aa5 commit 1a11d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion middle_end/flambda2/parser/fexpr_to_flambda.ml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ let rec subkind :
and value_kind_with_subkind :
Fexpr.kind_with_subkind -> Flambda_kind.With_subkind.t = function
| Value sk ->
Flambda_kind.With_subkind.create Flambda_kind.value (sk |> subkind) Non_nullable
Flambda_kind.With_subkind.create Flambda_kind.value (sk |> subkind)
Non_nullable
| Naked_number nnk -> Flambda_kind.With_subkind.of_naked_number_kind nnk
| Region -> Flambda_kind.With_subkind.region
| Rec_info -> Flambda_kind.With_subkind.rec_info
Expand Down

0 comments on commit 1a11d28

Please sign in to comment.