X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fpullback.ma;h=935a90dcfda59211665beee8299aef38b743a3ce;hb=37bbd741fbba797bc7c64318f13edce28131cd91;hp=228d27d474df3b617f27405d8d3f6f0d5735743a;hpb=394177fef9a7a158a527077b69928b0a9818bce8;p=helm.git diff --git a/matita/tests/pullback.ma b/matita/tests/pullback.ma index 228d27d47..935a90dcf 100644 --- a/matita/tests/pullback.ma +++ b/matita/tests/pullback.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/". +set "baseuri" "cic:/matita/tests/pullback". inductive T : Type \def t : T. inductive L : Type \def l : L. @@ -31,12 +31,12 @@ definition P2_to_L : P2 \to L \def \lambda x.l. definition P2_to_R : P2 \to R \def \lambda x.r. definition P1_to_P1 : P1 \to P1 \def \lambda x.p1. -coercion cic:/matita/test/L_to_T.con. -coercion cic:/matita/test/R_to_T.con. -coercion cic:/matita/test/P1_to_L.con. -coercion cic:/matita/test/P1_to_R1.con. -coercion cic:/matita/test/R1_to_R.con. -coercion cic:/matita/test/R1_to_P2.con. -coercion cic:/matita/test/P2_to_L.con. -coercion cic:/matita/test/P2_to_R.con. -coercion cic:/matita/test/P1_to_P1.con. +coercion cic:/matita/tests/pullback/L_to_T.con. +coercion cic:/matita/tests/pullback/R_to_T.con. +coercion cic:/matita/tests/pullback/P1_to_L.con. +coercion cic:/matita/tests/pullback/P1_to_R1.con. +coercion cic:/matita/tests/pullback/R1_to_R.con. +coercion cic:/matita/tests/pullback/R1_to_P2.con. +coercion cic:/matita/tests/pullback/P2_to_L.con. +coercion cic:/matita/tests/pullback/P2_to_R.con. +coercion cic:/matita/tests/pullback/P1_to_P1.con.