From 4a60de346329c7b198f1bc94072131715827a1ff Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 30 Jun 2005 08:48:22 +0000 Subject: [PATCH] Stupid bug fixed (a completely erroneous assert false removed). --- helm/ocaml/tactics/variousTactics.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/ocaml/tactics/variousTactics.ml b/helm/ocaml/tactics/variousTactics.ml index 73309c43e..51e59961d 100644 --- a/helm/ocaml/tactics/variousTactics.ml +++ b/helm/ocaml/tactics/variousTactics.ml @@ -89,7 +89,6 @@ let generalize_tac let (_,context,ty) as conjecture = CicUtil.lookup_meta goal metasenv in let selected_hyps,terms_with_context = ProofEngineHelpers.select ~metasenv ~conjecture ~pattern in - assert (selected_hyps = []); let typ,term = match terms_with_context, term with [], None -> -- 2.39.2