From: Claudio Sacerdoti Coen Date: Mon, 27 Jun 2005 13:43:55 +0000 (+0000) Subject: New syntax of auto: auto [depth = n] [width = m]. X-Git-Tag: INDEXING_NO_PROOFS~46 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=fc9cad6c109e279130501114000edcfb9621075b;p=helm.git New syntax of auto: auto [depth = n] [width = m]. --- diff --git a/helm/matita/tests/auto.ma b/helm/matita/tests/auto.ma index 22d849790..80256c0f4 100755 --- a/helm/matita/tests/auto.ma +++ b/helm/matita/tests/auto.ma @@ -7,4 +7,4 @@ alias symbol "plus" (instance 0) = "natural plus". alias symbol "times" (instance 0) = "natural times". theorem a : \forall x,y:nat. x*x+(S y) = O - x. intros. -auto 3. \ No newline at end of file +auto depth = 3.