X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Fappend.ma;h=220944f49e9affca4a26c19131f12d87930a1628;hp=0377292d68b1c4dc04406e0d31bff57f9ddce556;hb=156d974ad89aa04a086fdf9d332c8b04adf279fd;hpb=8fe4dc148d50a0352313633bea61441bc817afbf diff --git a/matita/matita/contribs/lambdadelta/static_2/syntax/append.ma b/matita/matita/contribs/lambdadelta/static_2/syntax/append.ma index 0377292d6..220944f49 100644 --- a/matita/matita/contribs/lambdadelta/static_2/syntax/append.ma +++ b/matita/matita/contribs/lambdadelta/static_2/syntax/append.ma @@ -28,7 +28,7 @@ rec definition append L K on K ≝ match K with | LBind K I ⇒ (append L K).ⓘ[I] ]. -interpretation "append (local environment)" 'nplus L1 L2 = (append L1 L2). +interpretation "append (local environment)" 'plus L1 L2 = (append L1 L2). interpretation "local environment tail binding construction (generic)" 'SnItem I L = (append (LBind LAtom I) L).