Module Ortac_core.Warnings
module GW = Gospel.Warnings
type level =
| Warning
| Error
type kind +=
| GospelError of Gospel.Warnings.kind
| Unsupported of string
type t = kind * Ppxlib.Location.t
val pp_level : Stdlib.Format.formatter -> level -> unit
val pp_kind : Stdlib.Format.formatter -> kind -> unit
val pp_param :
(Stdlib.Format.formatter -> 'a -> unit) ->
('a -> level) ->
Stdlib.Format.formatter ->
('a * Ppxlib.location) ->
unit
val pp : Stdlib.Format.formatter -> (kind * Ppxlib.location) -> unit