From: Claudio Sacerdoti Coen Date: Fri, 8 Sep 2006 15:29:40 +0000 (+0000) Subject: Bug fixed: "by ... we proved ... that is equivalent to ...": the is equivalent X-Git-Tag: make_still_working~6920 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=73663b52b3e1d8ed2f5936177bcc13b6e6b69997;p=helm.git Bug fixed: "by ... we proved ... that is equivalent to ...": the is equivalent to part was not considered because of a stupid typo. --- diff --git a/helm/software/components/tactics/declarative.ml b/helm/software/components/tactics/declarative.ml index 4a7d3e52c..4dcf38b6d 100644 --- a/helm/software/components/tactics/declarative.ml +++ b/helm/software/components/tactics/declarative.ml @@ -55,8 +55,8 @@ let by_term_we_proved ~dbd t ty id ty' = match ty' with None -> Tacticals.id_tac | Some ty' -> - Tactics.change ~pattern:(None,[id,Cic.Implicit (Some `Hole)],None) - (fun _ metasenv ugraph -> ty,metasenv,ugraph) + Tactics.change ~pattern:(None,[id,Cic.Implicit (Some `Hole)],None) + (fun _ metasenv ugraph -> ty',metasenv,ugraph) in Tacticals.thens ~start: