X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fchange.ma;h=16b6753167000a94134e3a1b32c7b2c4014f04a2;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=4e26d4439610643ff8781e62b2f3231a7531c721;hpb=47815ea29fe1375cc7497c16b6778ccdbe576537;p=helm.git diff --git a/helm/matita/tests/change.ma b/helm/matita/tests/change.ma index 4e26d4439..16b675316 100644 --- a/helm/matita/tests/change.ma +++ b/helm/matita/tests/change.ma @@ -33,8 +33,8 @@ qed. alias id "True" = "cic:/Coq/Init/Logic/True.ind#xpointer(1/1)". theorem t: (\forall x:nat. x=x) \to True. intro H. - change in match x in H : \forall _.% with 0+x. - change in H: \forall _.(? ? ? (? % ?)) with 0. + change in match x in H : (\forall _.%) with (0+x). + change in H: (\forall _.(? ? ? (? % ?))) with 0. constructor 1. qed.