X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fgrammar%2Flenv.ma;h=a15c5309b9b3308daae7f84e35b158d67e8a9296;hb=65008df95049eb835941ffea1aa682c9253c4c2b;hp=58a82cd25aac700e519040ac072f84c8485c212d;hpb=c07e9b0a3e65c28ca4154fec76a54a9a118fa7e1;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/grammar/lenv.ma b/matita/matita/contribs/lambdadelta/basic_2/grammar/lenv.ma index 58a82cd25..a15c5309b 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/grammar/lenv.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/grammar/lenv.ma @@ -12,6 +12,10 @@ (* *) (**************************************************************************) +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).