aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/logic.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-21 11:51:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-21 11:51:33 +0000
commit0dece739c580b39d77708bb8117442e7e1cd560b (patch)
tree3db834fd12224590c4feddd213a41a0edd7c4986 /proofs/logic.ml
parent094b40758cb4278b33a87e5633cf4ac716f348b4 (diff)
Légère amélioration des messages d'erreur des with-bindings et des Rewrite
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3474 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/logic.ml')
-rw-r--r--proofs/logic.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index 5c95a8e7a..da62c1036 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -42,9 +42,11 @@ type refiner_error =
(* Errors raised by the tactics *)
| CannotUnify of constr * constr
+ | CannotUnifyBindingType of constr * constr
| CannotGeneralize of constr
| IntroNeedsProduct
| DoesNotOccurIn of constr * identifier
+ | NoOccurrenceFound of constr
exception RefinerError of refiner_error