From 53fc67702b49df15af5695411e3c97941e8fd837 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 18 May 2007 16:42:58 +0000 Subject: 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 --- tactics/refine.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3