diff options
Diffstat (limited to 'pretyping/pretype_errors.mli')
| -rw-r--r-- | pretyping/pretype_errors.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/pretype_errors.mli b/pretyping/pretype_errors.mli index 1292ad75c4..9944f55a86 100644 --- a/pretyping/pretype_errors.mli +++ b/pretyping/pretype_errors.mli @@ -31,7 +31,7 @@ val error_case_not_inductive_loc : (* Pattern-matching errors *) val error_bad_constructor_loc : - loc -> path_kind -> constructor_path -> inductive_path -> 'b + loc -> path_kind -> constructor -> inductive -> 'b val error_wrong_numarg_constructor_loc : loc -> path_kind -> constructor_path -> int -> 'b |
