diff options
Diffstat (limited to 'pretyping/pretype_errors.ml')
| -rw-r--r-- | pretyping/pretype_errors.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/pretype_errors.ml b/pretyping/pretype_errors.ml index d7407c5d1d..84fd4798b7 100644 --- a/pretyping/pretype_errors.ml +++ b/pretyping/pretype_errors.ml @@ -27,6 +27,7 @@ type pretype_error = | NotClean of existential_key * constr * hole_kind | UnsolvableImplicit of hole_kind | CannotUnify of constr * constr + | CannotUnifyBindingType of constr * constr | CannotGeneralize of constr | NoOccurrenceFound of constr (* Pretyping *) |
