]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/grammar/lenv.ma
lambdadelta
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / grammar / lenv.ma
index 58a82cd25aac700e519040ac072f84c8485c212d..a15c5309b9b3308daae7f84e35b158d67e8a9296 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
+include "basic_2/notation/constructors/star_0.ma".
+include "basic_2/notation/constructors/dxbind2_3.ma".
+include "basic_2/notation/constructors/dxabbr_2.ma".
+include "basic_2/notation/constructors/dxabst_2.ma".
 include "basic_2/grammar/term.ma".
 
 (* LOCAL ENVIRONMENTS *******************************************************)
@@ -25,9 +29,6 @@ inductive lenv: Type[0] ≝
 interpretation "sort (local environment)"
    'Star = LAtom.
 
-interpretation "environment construction (binary)"
-   'DxItem2 L I T = (LPair L I T).
-
 interpretation "environment binding construction (binary)"
    'DxBind2 L I T = (LPair L I T).