summaryrefslogtreecommitdiffstats
path: root/typing/includemod.mli
diff options
context:
space:
mode:
Diffstat (limited to 'typing/includemod.mli')
-rw-r--r--typing/includemod.mli2
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