Module Ocamlformat_odoc_parser.WarningSource

Sourcetype t = {
  1. location : Loc.span;
  2. message : string;
}
Sourceval to_string : t -> string
Sourceval pp : Stdlib.Format.formatter -> t -> unit
Sourceval kasprintf : (string -> 'a) -> ('b, Stdlib.Format.formatter, unit, 'a) Stdlib.format4 -> 'b
Sourceval kmake : (string -> 'a) -> ?suggestion:string -> ('b, Stdlib.Format.formatter, unit, 'a) Stdlib.format4 -> 'b
Sourceval make : ?suggestion:string -> ('a, Stdlib.Format.formatter, unit, Loc.span -> t) Stdlib.format4 -> 'a