aboutsummaryrefslogtreecommitdiff
path: root/toplevel/himsg.mli
blob: d12d7963e5fba1677d1b682e71d32412a21ee758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* $Id$ *)

(*i*)
open Pp
open Names
open Inductive
open Sign
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