Odoc_parser.Warning
type t = {
location : Loc.span;
message : string;
}
val pp : Format.formatter -> t -> unit
val to_string : t -> string