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