From de49318d8e44cfcba7215f0981afdc7ab4c16473 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Fri, 1 Dec 2006 18:40:48 +0000 Subject: [PATCH] prova.ma: baseuri fixed Unified: flat contexts added --- .../contribs/LAMBDA-TYPES/Unified/C/defs.ma | 27 +++++++++++++++++++ helm/software/matita/contribs/prova.ma | 4 +-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 helm/software/matita/contribs/LAMBDA-TYPES/Unified/C/defs.ma 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 +*) -- 2.39.2