aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/logic.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-09-14 07:25:35 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-09-14 07:25:35 +0000
commitab058ba005b1a6e91a87973006ebac823d7722e3 (patch)
tree885d3366014d3e931f50f96cf768ee9d9a9f5977 /proofs/logic.mli
parentae47a499e6dbf4232a03ed23410e81a4debd15d1 (diff)
Abstraction de constr
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@604 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/logic.mli')
-rw-r--r--proofs/logic.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index 9247d4ff6..eade902ba 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -43,6 +43,7 @@ type refiner_error =
| CannotGeneralize of constr
| NotWellTyped of constr
| BadTacticArgs of string * tactic_arg list
+ | IntroNeedsProduct
exception RefinerError of refiner_error