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 7d93dbb180..88f5889eba 100644 --- a/pretyping/pretype_errors.mli +++ b/pretyping/pretype_errors.mli @@ -53,7 +53,7 @@ val error_wrong_numarg_constructor_loc : loc -> path_kind -> constructor_path -> int -> 'b val error_wrong_predicate_arity_loc : - loc -> path_kind -> env -> constr -> int -> int -> 'b + loc -> env -> constr -> constr -> constr -> 'b val error_needs_inversion : path_kind -> env -> constr -> constr -> 'a |
