Module Printtyp.Conflicts

val exists : unit -> bool
type explanation = {
  1. kind : namespace;
  2. name : string;
  3. root_name : string;
  4. location : Location.t;
}
val list_explanations : unit -> explanation list
val print_located_explanations : Format.formatter -> explanation list -> unit
val print_explanations : Format.formatter -> unit
val reset : unit -> unit