diff options
author | Alain Frisch <alain@frisch.fr> | 2014-01-30 09:55:35 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-01-30 09:55:35 +0000 |
commit | b81e8ecc3d25ede2de81f990cb4a1595654bffe0 (patch) | |
tree | 2583dfa7f77bc0ac9ba61450f175e8f8d708a54a /typing/includemod.mli | |
parent | 67f7b37a7daa24d1de417d79fcb2df03def049d7 (diff) |
#6311: show kind and location of missing item, in case of signature mismatch.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14427 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/includemod.mli')
-rw-r--r-- | typing/includemod.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/includemod.mli b/typing/includemod.mli index f0b248b39..7786ee4ab 100644 --- a/typing/includemod.mli +++ b/typing/includemod.mli @@ -23,7 +23,7 @@ val type_declarations: Env.t -> Ident.t -> type_declaration -> type_declaration -> unit type symptom = - Missing_field of Ident.t + Missing_field of Ident.t * Location.t * string (* kind *) | Value_descriptions of Ident.t * value_description * value_description | Type_declarations of Ident.t * type_declaration * type_declaration * Includecore.type_mismatch list |