Module Magic_numbers.CmiSource

Sourcetype error =
  1. | Not_an_interface of string
  2. | Wrong_version_interface of string * string
  3. | Corrupted_interface of string
Sourceexception Error of error
Sourceval to_version_opt : string -> string option
Sourceval report_error : Merlin_utils.Std.Format.formatter -> error -> unit