Module Errortrace_report

Functions for reporting core level type errors.

val ambiguous_type : Format_doc.formatter -> Env.t -> (Path.t * Path.t) -> (Path.t * Path.t) list -> Format_doc.t -> Format_doc.t -> Format_doc.t -> unit
val unification : Format_doc.formatter -> Env.t -> Errortrace.unification_error -> ?type_expected_explanation:Format_doc.t -> Format_doc.t -> Format_doc.t -> unit
val subtype : Format_doc.formatter -> Env.t -> Errortrace.Subtype.error -> string -> unit