From: Ferruccio Guidi Date: Fri, 1 Dec 2006 18:40:48 +0000 (+0000) Subject: prova.ma: baseuri fixed X-Git-Tag: make_still_working~6611 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=de49318d8e44cfcba7215f0981afdc7ab4c16473;p=helm.git prova.ma: baseuri fixed Unified: flat contexts added --- diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/Unified/C/defs.ma b/helm/software/matita/contribs/LAMBDA-TYPES/Unified/C/defs.ma new file mode 100644 index 000000000..2c8a14ff6 --- /dev/null +++ b/helm/software/matita/contribs/LAMBDA-TYPES/Unified/C/defs.ma @@ -0,0 +1,27 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +set "baseuri" "cic:/matita/LAMBDA-TYPES/Unified/C/defs". + +(* FLAT CONTEXTS + - Naming policy: + - contexts: c d +*) + +include "P/defs.ma". + +inductive C: Set \def + | top : C + | entry: C \to Bind \to P \to C +. diff --git a/helm/software/matita/contribs/prova.ma b/helm/software/matita/contribs/prova.ma index 457899a8c..5a486b6e4 100644 --- a/helm/software/matita/contribs/prova.ma +++ b/helm/software/matita/contribs/prova.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/". +set "baseuri" "cic:/matita/tests". include "nat/nat.ma". @@ -24,4 +24,4 @@ theorem pippo: \forall (P,Q,R:nat \to Prop). theorem pippo: \forall (P,Q,R:nat \to Prop). \forall x,y. x=y \to P x \to Q x \to R x. intros. rewrite > H in y. -*) \ No newline at end of file +*)