aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/himsg.mli
blob: fabe326348bbd2a7f29ac122038c535803749829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

(* $Id$ *)

(*i*)
open Pp
open Names
open Indtypes
open Environ
open Type_errors
open Logic
(*i*)

(* This module provides functions to explain the type errors. *)

val explain_type_error : path_kind -> env -> type_error -> std_ppcmds

val explain_inductive_error : inductive_error -> std_ppcmds

val explain_refiner_error : refiner_error -> std_ppcmds