From: Claudio Sacerdoti Coen Date: Thu, 30 Nov 2006 21:04:06 +0000 (+0000) Subject: Syntax of a declarative rewritinstep changed. X-Git-Tag: make_still_working~6617 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=cd425125163b22a968f2ff1da6f80b83c35614b5;p=helm.git Syntax of a declarative rewritinstep changed. --- diff --git a/helm/software/matita/help/C/sec_declarative_tactics.xml b/helm/software/matita/help/C/sec_declarative_tactics.xml index 1bbbd57bd..b8b877779 100644 --- a/helm/software/matita/help/C/sec_declarative_tactics.xml +++ b/helm/software/matita/help/C/sec_declarative_tactics.xml @@ -1,6 +1,6 @@ - Tactics Declarative + Declarative Tactics @@ -325,15 +325,15 @@ - obtain - obtain - obtain t=t by [t|_] + obtain/conclude + obtain/conclude + obtain H t=t by [t|_] done Synopsis: - obtain &term; = &term; by [ &term; | _ ] + [obtain &id; | conclude &term;] = &term; by [ &term; | _ [(&autoparams;)]] [done]