Module Ocamlformat_stdlib.Warning

val with_warning_filter : filter_warning:(Ocaml_common.Location.t -> Ocaml_common.Warnings.t -> bool) -> filter_alert:(Ocaml_common.Location.t -> Ocaml_common.Warnings.alert -> bool) -> f:(unit -> 'a) -> 'a
val print_warning : Ocaml_common.Location.t -> Ocaml_common.Warnings.t -> unit
val is_unexpected_docstring : Ocaml_common.Warnings.t -> bool
val is_deprecated_alert : Ocaml_common.Warnings.alert -> bool