X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexportprove%2Fprove%2Fprovastruct3.v;fp=helm%2FEXPORT%2Fexportprove%2Fprove%2Fprovastruct3.v;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=d1893301088cb77f35f08918be1919185d1e7522;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/EXPORT/exportprove/prove/provastruct3.v b/helm/EXPORT/exportprove/prove/provastruct3.v deleted file mode 100644 index d18933010..000000000 --- a/helm/EXPORT/exportprove/prove/provastruct3.v +++ /dev/null @@ -1,11 +0,0 @@ -Section a. - Section a1. - Variable A : Prop. - Variable B : Prop. - Inductive t1 : Set := k1 : A -> t1. - End a1. - - Inductive t2 [B:Set] : Set := k2 : (t2 B). - - Variable A : Prop. -End a.