Module Nullsafe.NullsafeSummary
type t
=
{
issues : TypeErr.err_instance list;
List of issues found during analysis. Note that not all of them were necessarily reported to the user (some of them might be deemed non actionable.)
}
val pp : Stdlib.Format.formatter -> t -> unit