]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/change.ma
ported to new syntactic requirement about terms being surrounded by parens
[helm.git] / helm / matita / tests / change.ma
index 4e26d4439610643ff8781e62b2f3231a7531c721..511754d2743ee6af31b939298a9082a8883e43cf 100644 (file)
@@ -33,7 +33,7 @@ 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 match x in H : \forall _.% with (0+x).
  change in H: \forall _.(? ? ? (? % ?)) with 0.
  constructor 1.
 qed.