X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcontribs%2FLOGIC%2FCLE%2Fdefs.ma;h=5b3ba49b73d05e932e7b8ef26bb0492184e982da;hb=5aa4da5846c72942f3d204f71ecfba8d6cc7911b;hp=31bd7694e02e58e59e25088a1e68d7ea9bad03a1;hpb=4d3fcebb0b24901b69f54d0eaf067885a80dcae0;p=helm.git diff --git a/matita/contribs/LOGIC/CLE/defs.ma b/matita/contribs/LOGIC/CLE/defs.ma index 31bd7694e..5b3ba49b7 100644 --- a/matita/contribs/LOGIC/CLE/defs.ma +++ b/matita/contribs/LOGIC/CLE/defs.ma @@ -1,9 +1,23 @@ +(**************************************************************************) +(* ___ *) +(* ||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/LOGIC/CLE/defs". (* ORDER RELATION BETWEEN POSITIONS AND CONTEXTS *) -include "datatypes/Context.ma". +include "datatypes_defs/Context.ma". inductive CLE: Nat \to Context \to Prop \def | cle_zero: \forall Q. CLE zero Q