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 1cdf207 commit fbf4b71Copy full SHA for fbf4b71
middle_end/flambda/unboxing/unboxing_types.ml
@@ -44,7 +44,7 @@ module Extra_param_and_args = struct
44
Format.fprintf fmt "@[<hv 1>(\
45
@[<hov>(param %a)@]@ \
46
@[<v 2>(args@ <...>)@]\
47
- )"
+ )@]"
48
Variable.print param
49
(* (Apply_cont_rewrite_id.Map.print EPA.Extra_arg.print) args *)
50
end
middle_end/flambda/unboxing/unboxing_types.mli
@@ -72,6 +72,10 @@ and decision =
72
| Unbox of unboxing_decision
73
| Do_not_unbox of do_not_unbox_reason
74
75
+val print_decision : Format.formatter -> decision -> unit
76
+(** Printing function for individual decisions. *)
77
+
78
79
module Decisions : sig
80
type t = {
81
decisions : (KP.t * decision) list;
0 commit comments