From: Enrico Tassi Date: Mon, 9 Jul 2007 09:58:45 +0000 (+0000) Subject: auto->autobatch X-Git-Tag: 0.4.95@7852~363 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=630e4146e14848db27b89d1467c5120d46530bce;p=helm.git auto->autobatch --- diff --git a/matita/tests/multiple_inheritance.ma b/matita/tests/multiple_inheritance.ma index 614f57ca9..413c42d44 100644 --- a/matita/tests/multiple_inheritance.ma +++ b/matita/tests/multiple_inheritance.ma @@ -50,5 +50,5 @@ axiom mult_idempotent: ∀r2:R2.∀x:r2. mult ? x x = x. lemma test: ∀r:R. ∀x:r. f ? x = x. intros; unfold f; - auto paramodulation. + autobatch paramodulation. qed. \ No newline at end of file