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

(*i $Id$ i*)

(*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