aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/himsg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/himsg.mli')
-rw-r--r--toplevel/himsg.mli18
1 files changed, 8 insertions, 10 deletions
diff --git a/toplevel/himsg.mli b/toplevel/himsg.mli
index 848fec79c..23c10767d 100644
--- a/toplevel/himsg.mli
+++ b/toplevel/himsg.mli
@@ -1,14 +1,13 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
+(***********************************************************************
+ v * The Coq Proof Assistant / The Coq Development Team
+ <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud
+ \VV/ *************************************************************
+ // * This file is distributed under the terms of the
+ * GNU Lesser General Public License Version 2.1
+ ***********************************************************************)
(*i $Id$ i*)
-(*i*)
open Pp
open Names
open Indtypes
@@ -19,9 +18,8 @@ open Typeclasses_errors
open Indrec
open Cases
open Logic
-(*i*)
-(* This module provides functions to explain the type errors. *)
+(** This module provides functions to explain the type errors. *)
val explain_type_error : env -> type_error -> std_ppcmds