Module NullsafeMode.Trust
val is_trust_none : trust_list -> bool
type t
=
|
All
|
Only of trust_list
val none : t
val of_annot : IR.Annot.t -> t option
Returns
Trust.t
when provided annotation matches the format of@TrustList
, otherwiseNone
.
val pp : Stdlib.Format.formatter -> t -> unit