Module Warning.SELF

module SELF: sig .. end

type t = {
   loc : Lexing.position;
   severe : bool;
   source : string;
   reason : string;
   effect : string;
}
val compare : t -> t -> int