Printtyp.ConflictsThe Conflicts module keeps track of conflicts arising when attributing names to identifiers and provides functions that can print explanations for these conflict in error messages
exists() returns true if the current naming context renamed an identifier to avoid a name collision
val take : unit -> explanation listval pp : Format.formatter -> explanation list -> unitval print : Format.formatter -> unit