From 928d186f5dcc649793ea9f3dd8f880d93786dfe7 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 13 Jun 2010 11:09:51 +0000 Subject: Fixed bug #2314 (inversion using not checking the correctness of its arguments enough) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13126 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/clenv.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proofs/clenv.mli') diff --git a/proofs/clenv.mli b/proofs/clenv.mli index 209024c9c..9a93adc44 100644 --- a/proofs/clenv.mli +++ b/proofs/clenv.mli @@ -85,6 +85,8 @@ type arg_bindings = constr explicit_bindings val clenv_independent : clausenv -> metavariable list val clenv_missing : clausenv -> metavariable list +(** for the purpose of inversion tactics *) +exception NoSuchBinding val clenv_constrain_last_binding : constr -> clausenv -> clausenv (** defines metas corresponding to the name of the bindings *) -- cgit v1.2.3