X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FLOGIC%2FCLE%2Fdefs.ma;h=a354790ed9c2c05da708087ff26a86d9777417e5;hb=86d3a559b94a16c571ca05defdcada6bae4cc14d;hp=a714a0488558b9dabc221f62de61d344557adc2d;hpb=09c8bb55c25143efdfbd34a20bb2fe6b681760b6;p=helm.git diff --git a/helm/software/matita/contribs/LOGIC/CLE/defs.ma b/helm/software/matita/contribs/LOGIC/CLE/defs.ma index a714a0488..a354790ed 100644 --- a/helm/software/matita/contribs/LOGIC/CLE/defs.ma +++ b/helm/software/matita/contribs/LOGIC/CLE/defs.ma @@ -12,12 +12,12 @@ (* *) (**************************************************************************) -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 @@ -26,4 +26,4 @@ inductive CLE: Nat \to Context \to Prop \def . interpretation "order relation between positions and contexts" - 'leq x y = (cic:/matita/LOGIC/CLE/defs/CLE.ind#xpointer(1/1) x y). + 'leq x y = (CLE x y).