X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Freplace.ma;h=37a5309784a983a56258338d814595d83e964a10;hb=d86eefac7dff521eb2589b6f2dcb8a1b361be186;hp=b740f387ef032e5f6c795ecdac86bcffe10d7f9e;hpb=c4a4f4f49e6fe100e328059046c0c5ef5fe788b0;p=helm.git diff --git a/helm/software/matita/tests/replace.ma b/helm/software/matita/tests/replace.ma index b740f387e..37a530978 100644 --- a/helm/software/matita/tests/replace.ma +++ b/helm/software/matita/tests/replace.ma @@ -12,10 +12,10 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/replace/". -include "legacy/coq.ma". + +include "coq.ma". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". -alias num (instance 0) = "natural number". +alias num (instance 0) = "Coq natural number". alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". alias symbol "plus" (instance 0) = "Coq's natural plus". alias symbol "times" (instance 0) = "Coq's natural times". @@ -30,7 +30,7 @@ theorem t: \forall x:nat. x * (x + 0) = (0 + x) * (x + x * 0). rewrite < (plus_n_O x). reflexivity. reflexivity. - auto new library. + autobatch library. qed. (* This test tests "replace in match t" where t contains some metavariables *)