From: Claudio Sacerdoti Coen Date: Tue, 13 Sep 2005 14:36:06 +0000 (+0000) Subject: useless alias removed X-Git-Tag: V_0_1_2_1~16 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a0ac665821c78dc898d758b8cfd06995b1793dbc;p=helm.git useless alias removed --- diff --git a/helm/matita/tests/coercions.ma b/helm/matita/tests/coercions.ma index 663656e05..ae69759bf 100644 --- a/helm/matita/tests/coercions.ma +++ b/helm/matita/tests/coercions.ma @@ -41,7 +41,6 @@ coercion pos2nat. coercion nat2int. definition fst \def \lambda x,y:int.x. -alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". theorem a: fst O one = fst (positive O) (next one). reflexivity.