diff options
Diffstat (limited to 'kernel/type_errors.mli')
| -rw-r--r-- | kernel/type_errors.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index 1c0df5a31e..66242b7cff 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -35,7 +35,7 @@ type type_error = | NotClean of int * constr | VarNotFound of identifier (* Pattern-matching errors *) - | BadConstructor of constructor_path * inductive_path + | BadConstructor of constructor * inductive | WrongNumargConstructor of constructor_path * int | WrongPredicateArity of constr * int * int | NeedsInversion of constr * constr |
