X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fpullback.ma;h=1196255d92d3cf39c772cba04ed36a6b05185b94;hb=10f29fdd78ee089a9a94446207b543d33d6c851c;hp=228d27d474df3b617f27405d8d3f6f0d5735743a;hpb=b9abc92648bccc93a8abfaca299953d06f30e671;p=helm.git diff --git a/helm/software/matita/tests/pullback.ma b/helm/software/matita/tests/pullback.ma index 228d27d47..1196255d9 100644 --- a/helm/software/matita/tests/pullback.ma +++ b/helm/software/matita/tests/pullback.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/". + 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.