compiler-libs.common
Signature_matching.Suggestion
compiler-libs.bytecomp
compiler-libs.optcomp
compiler-libs.toplevel
dynlink
odoc_info
runtime_events
stdlib
str
threads
unix
type alteration =
| Missing_item
| Possible_match of Ident.t Location.loc
type 'a t = {
subject : Types.signature_item;
alteration : 'a;
}
type report = {
alterations : alteration t list;
incompatibles : Includemod.Error.sigitem_symptom t list;