aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2007-05-18 16:42:58 +0000
committerherbelin2007-05-18 16:42:58 +0000
commit53fc67702b49df15af5695411e3c97941e8fd837 (patch)
tree9f68c56e8854e47567f0dc34a5bd4bb8496ecb3a
parent99c41c62f304988b29cbac77fdada5aedb989567 (diff)
Quelques essais autour du wish implicite au rapport de bug #1582 (2eme)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9837 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--tactics/refine.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/refine.ml b/tactics/refine.ml
index 38df13e3af..bfab02064e 100644
--- a/tactics/refine.ml
+++ b/tactics/refine.ml
@@ -284,7 +284,7 @@ let rec tcc_aux subst (TH (c,mm,sgp) as _th) gl =
refine c gl
(* abstraction => intro *)
- | Lambda (Name id,_,m), _
+ | Lambda (Name id,_,m), _ ->
assert (isMeta (strip_outer_cast m));
begin match sgp with
| [None] -> introduction id gl