diff options
Diffstat (limited to 'toplevel/errors.mli')
| -rw-r--r-- | toplevel/errors.mli | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/toplevel/errors.mli b/toplevel/errors.mli deleted file mode 100644 index 2207608a87..0000000000 --- a/toplevel/errors.mli +++ /dev/null @@ -1,24 +0,0 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) -(* \VV/ *************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(***********************************************************************) - -(*i $Id$ i*) - -(*i*) -open Pp -(*i*) - -(* Error report. *) - -val print_loc : Coqast.loc -> std_ppcmds - -val explain_exn : exn -> std_ppcmds - -val explain_exn_function : (exn -> std_ppcmds) ref -val explain_exn_default : exn -> std_ppcmds - -val raise_if_debug : exn -> unit |
