package merlin-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Signature_matching.SuggestionSource

Sourcetype alteration =
  1. | Missing_item
  2. | Possible_match of Ident.t Ocaml_parsing.Location.loc
Sourcetype 'a t = {
  1. subject : Types.signature_item;
  2. alteration : 'a;
}
Sourcetype report = {
  1. alterations : alteration t list;
  2. incompatibles : Includemod.Error.sigitem_symptom t list;
}