From a4c7f8bd98be2a200489325ff7c5061cf80ab4f3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 27 Dec 2016 16:53:30 +0100 Subject: Imported Upstream version 8.6 --- toplevel/explainErr.mli | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 toplevel/explainErr.mli (limited to 'toplevel/explainErr.mli') diff --git a/toplevel/explainErr.mli b/toplevel/explainErr.mli new file mode 100644 index 00000000..a67c887a --- /dev/null +++ b/toplevel/explainErr.mli @@ -0,0 +1,21 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* ?with_header:bool -> Util.iexn -> Util.iexn + +(** General explain function. Should not be used directly now, + see instead function [Errors.print] and variants *) + +val explain_exn_default : exn -> Pp.std_ppcmds + +val register_additional_error_info : (Util.iexn -> (Pp.std_ppcmds option * Loc.t) option) -> unit -- cgit v1.2.3