File: warning.mli

package info (click to toggle)
ocamlformat 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,068 kB
  • sloc: ml: 61,288; pascal: 4,739; lisp: 229; sh: 217; makefile: 121
file content (8 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
val with_warning_filter :
  filter_warning:(Location.t -> Warnings.t -> bool) -> filter_alert:(Location.t -> Warnings.alert -> bool) -> f:(unit -> 'a) -> 'a

val print_warning : Location.t -> Warnings.t -> unit

val is_unexpected_docstring : Warnings.t -> bool

val is_deprecated_alert : Warnings.alert -> bool