Ocamlformat_stdlib.WarningSourceval with_warning_filter :
filter_warning:
(Ocamlformat_ocaml_common.Location.t ->
Ocamlformat_ocaml_common.Warnings.t ->
bool) ->
filter_alert:
(Ocamlformat_ocaml_common.Location.t ->
Ocamlformat_ocaml_common.Warnings.alert ->
bool) ->
f:(unit -> 'a) ->
'aval print_warning :
Ocamlformat_ocaml_common.Location.t ->
Ocamlformat_ocaml_common.Warnings.t ->
unit