]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/replace.ma
An idea to implement manifest record fields:
[helm.git] / helm / software / matita / tests / replace.ma
index e9960a507de28d4ee7e3dcb344e2b2e373df12d4..b740f387ef032e5f6c795ecdac86bcffe10d7f9e 100644 (file)
@@ -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.
+ auto new library.
 qed.
 
 (* This test tests "replace in match t" where t contains some metavariables *)