X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Facic_content%2Facic2content.ml;h=2c51fe7f80331d23c800fdab42fa9dc78e073bd2;hb=97e7c8fb7707376c601dafe62bf872d3aa926e2e;hp=f27b881ba888a68653bb2393f6168d03084f6f8f;hpb=a248d4909ad56df55e861720847c94abb7eaaba3;p=helm.git diff --git a/components/acic_content/acic2content.ml b/components/acic_content/acic2content.ml index f27b881ba..2c51fe7f8 100644 --- a/components/acic_content/acic2content.ml +++ b/components/acic_content/acic2content.ml @@ -938,7 +938,11 @@ and rewrite seed context metasenv name id li ~ids_to_inner_types ~ids_to_inner_s K.proof_conclude = { K.conclude_id = gen_id conclude_prefix seed; K.conclude_aref = id; - K.conclude_method = "Rewrite"; + K.conclude_method = + if UriManager.eq uri HelmLibraryObjects.Logic.eq_ind_URI then + "RewriteLR" + else + "RewriteRL"; K.conclude_args = K.Term (false,(C.AConst (sid,uri,exp_named_subst)))::method_args; K.conclude_conclusion =