]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/syntax/lenv.ma
some improvements before setting up the exclusion binder
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / syntax / lenv.ma
index 05b8fde6274069f613058478d019d7187de9fcf1..7b6bc80eb76ef3c88841c21ba46e1884e450e672 100644 (file)
 (**************************************************************************)
 
 include "basic_2/notation/constructors/star_0.ma".
+include "basic_2/notation/constructors/dxitem_2.ma".
+include "basic_2/notation/constructors/dxbind1_2.ma".
 include "basic_2/notation/constructors/dxbind2_3.ma".
+include "basic_2/notation/constructors/dxvoid_1.ma".
 include "basic_2/notation/constructors/dxabbr_2.ma".
 include "basic_2/notation/constructors/dxabst_2.ma".
-include "basic_2/syntax/term.ma".
+include "basic_2/syntax/bind.ma".
 
 (* LOCAL ENVIRONMENTS *******************************************************)
 
@@ -28,10 +31,16 @@ inductive lenv: Type[0] ≝
 
 interpretation "sort (local environment)"
    'Star = LAtom.
-
+(*
+interpretation "local environment binding construction (unary)"
+   'DxBind1 L I = (LUnit L I).
+*)
 interpretation "local environment binding construction (binary)"
    'DxBind2 L I T = (LPair L I T).
-
+(*
+interpretation "void (local environment)"
+   'DxVoid L = (LPair L Void).
+*)
 interpretation "abbreviation (local environment)"
    'DxAbbr L T = (LPair L Abbr T).