X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fcoercions.ma;h=2444b1d74a3a638dddb85a3b42cf84d11acf6a82;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=8a45f29295d067744e28346312b7fd5558393f60;hpb=0dbd5619f82e575948ba583317706b4e794f57eb;p=helm.git diff --git a/helm/matita/tests/coercions.ma b/helm/matita/tests/coercions.ma index 8a45f2929..2444b1d74 100644 --- a/helm/matita/tests/coercions.ma +++ b/helm/matita/tests/coercions.ma @@ -1,3 +1,5 @@ +set "baseuri" "cic:/matita/tests/coercions/". + inductive pos: Set \def | one : pos | next : pos \to pos. @@ -29,10 +31,3 @@ alias symbol "eq" (instance 0) = "leibnitz's equality". theorem a: fst O one = fst (positive O) (next one). reflexivity. qed. - - - - - - -