aboutsummaryrefslogtreecommitdiff
path: root/toplevel/himsg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/himsg.mli')
-rw-r--r--toplevel/himsg.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/toplevel/himsg.mli b/toplevel/himsg.mli
index ea4c106373..d12d7963e5 100644
--- a/toplevel/himsg.mli
+++ b/toplevel/himsg.mli
@@ -4,12 +4,13 @@
(*i*)
open Pp
open Names
-open Term
+open Inductive
open Sign
-open Environ
open Type_errors
(*i*)
(* This module provides functions to explain the type errors. *)
val explain_type_error : path_kind -> context -> type_error -> std_ppcmds
+
+val explain_inductive_error : inductive_error -> std_ppcmds