diff options
Diffstat (limited to 'proofs/logic.mli')
| -rw-r--r-- | proofs/logic.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli index 081d02f37e..88e77fd7b7 100644 --- a/proofs/logic.mli +++ b/proofs/logic.mli @@ -50,8 +50,7 @@ type refiner_error = (*i Errors raised by the refiner i*) | BadType of constr * constr * constr - | OccurMeta of constr - | OccurMetaGoal of constr + | UnresolvedBindings of name list | CannotApply of constr * constr | NotWellTyped of constr | NonLinearProof of constr |
