From: Claudio Sacerdoti Coen Date: Thu, 28 Jul 2005 17:19:14 +0000 (+0000) Subject: This test stresses automatic insertion. X-Git-Tag: V_0_7_2~6 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=fafa203bb8521f516a0e87ef28d2cedccb72f795;p=helm.git This test stresses automatic insertion. --- diff --git a/helm/matita/tests/interactive/automatic_insertion.ma b/helm/matita/tests/interactive/automatic_insertion.ma new file mode 100644 index 000000000..56212bdc5 --- /dev/null +++ b/helm/matita/tests/interactive/automatic_insertion.ma @@ -0,0 +1,17 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +set "baseuri" "cic:/matita/xxx". + +theorem t: And True (eq nat O O). split. exact (refl_equal nat O). exact I. qed. \ No newline at end of file