summaryrefslogtreecommitdiff
path: root/toplevel/himsg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/himsg.mli')
-rw-r--r--toplevel/himsg.mli9
1 files changed, 5 insertions, 4 deletions
diff --git a/toplevel/himsg.mli b/toplevel/himsg.mli
index ff5991de..848fec79 100644
--- a/toplevel/himsg.mli
+++ b/toplevel/himsg.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: himsg.mli 11309 2008-08-06 10:30:35Z herbelin $ i*)
+(*i $Id$ i*)
(*i*)
open Pp
@@ -29,7 +29,7 @@ val explain_pretype_error : env -> pretype_error -> std_ppcmds
val explain_inductive_error : inductive_error -> std_ppcmds
-val explain_typeclass_error : env -> typeclass_error -> Pp.std_ppcmds
+val explain_typeclass_error : env -> typeclass_error -> Pp.std_ppcmds
val explain_recursion_scheme_error : recursion_scheme_error -> std_ppcmds
@@ -41,5 +41,6 @@ val explain_pattern_matching_error :
val explain_reduction_tactic_error :
Tacred.reduction_tactic_error -> std_ppcmds
-val explain_ltac_call_trace :
- Proof_type.ltac_call_kind * Proof_type.ltac_trace * Util.loc -> std_ppcmds
+val explain_ltac_call_trace :
+ int * Proof_type.ltac_call_kind * Proof_type.ltac_trace * Util.loc ->
+ std_ppcmds