]> matita.cs.unibo.it Git - helm.git/commitdiff
New syntax of auto: auto [depth = n] [width = m].
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 27 Jun 2005 13:43:55 +0000 (13:43 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 27 Jun 2005 13:43:55 +0000 (13:43 +0000)
helm/matita/tests/auto.ma

index 22d849790217a66d993a90c4098e70e97c6ec105..80256c0f4b3858e90b425d09fbcecf61d88d5e55 100755 (executable)
@@ -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.