Module Magic_numbers.Cmi

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