package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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