Skip to content

Commit fbf4b71

Browse files
committed
Minor printing fix
1 parent 1cdf207 commit fbf4b71

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

middle_end/flambda/unboxing/unboxing_types.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module Extra_param_and_args = struct
4444
Format.fprintf fmt "@[<hv 1>(\
4545
@[<hov>(param %a)@]@ \
4646
@[<v 2>(args@ <...>)@]\
47-
)"
47+
)@]"
4848
Variable.print param
4949
(* (Apply_cont_rewrite_id.Map.print EPA.Extra_arg.print) args *)
5050
end

middle_end/flambda/unboxing/unboxing_types.mli

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ and decision =
7272
| Unbox of unboxing_decision
7373
| Do_not_unbox of do_not_unbox_reason
7474

75+
val print_decision : Format.formatter -> decision -> unit
76+
(** Printing function for individual decisions. *)
77+
78+
7579
module Decisions : sig
7680
type t = {
7781
decisions : (KP.t * decision) list;

0 commit comments

Comments
 (0)