From: Claudio Sacerdoti Coen Date: Thu, 30 Jun 2005 08:48:22 +0000 (+0000) Subject: Stupid bug fixed (a completely erroneous assert false removed). X-Git-Tag: PRE_GETTER_STORAGE~107 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4a60de346329c7b198f1bc94072131715827a1ff;p=helm.git Stupid bug fixed (a completely erroneous assert false removed). --- 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 ->