]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/dependent_injection.ma
generic version, specializing generic_sigma_p.ma
[helm.git] / matita / tests / dependent_injection.ma
index ebadd3c2ee0223944119f71ef12b83da3dd8d842..2f4bbe82057fd4d15f498cdf0d978d54dce1a470 100644 (file)
@@ -12,9 +12,9 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/test/dependent_injection/".
+set "baseuri" "cic:/matita/tests/dependent_injection".
 
-include "legacy/coq.ma".
+include "../legacy/coq.ma".
 
 alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
 alias id "bool" = "cic:/Coq/Init/Datatypes/bool.ind#xpointer(1/1)".
@@ -33,8 +33,8 @@ inductive ttree : Type → Type :=
     (that state the existence of a ?1 such that ...) *)
 theorem injection_test3:
  ∀t,t'. tnode nat t tempty = tnode nat t' tempty → t = t'.
- intros;
- destruct H;
+ intros.
+ destruct H.
  assumption.
 qed.