blob: ea4c106373e3d7fc0af3d39345b68364c911c6de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(* $Id$ *)
(*i*)
open Pp
open Names
open Term
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
|