Module Inlining_stats_types.Decision
type t
=
|
Prevented of Prevented.t
|
Specialised of Specialised.t
|
Inlined of Not_specialised.t * Inlined.t
|
Unchanged of Not_specialised.t * Not_inlined.t
val summary : Stdlib.Format.formatter -> t -> unit
val calculation : depth:int -> Stdlib.Format.formatter -> t -> unit