X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Fmr2.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Fmr2.ma;h=0000000000000000000000000000000000000000;hb=68b4f2490c12139c03760b39895619e63b0f38c9;hp=6efc427c8137e7bb5bc2b270130094052d64c13c;hpb=1fd63df4c77f5c24024769432ea8492748b4ac79;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground_2/relocation/mr2.ma b/matita/matita/contribs/lambdadelta/ground_2/relocation/mr2.ma deleted file mode 100644 index 6efc427c8..000000000 --- a/matita/matita/contribs/lambdadelta/ground_2/relocation/mr2.ma +++ /dev/null @@ -1,29 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - -include "ground_2/notation/functions/diamond_0.ma". -include "ground_2/notation/functions/semicolon_3.ma". -include "ground_2/lib/arith.ma". - -(* MULTIPLE RELOCATION WITH PAIRS *******************************************) - -inductive mr2: Type[0] := - | nil2 : mr2 - | cons2: nat → nat → mr2 → mr2. - -interpretation "nil (multiple relocation with pairs)" - 'Diamond = (nil2). - -interpretation "cons (multiple relocation with pairs)" - 'Semicolon hd1 hd2 tl = (cons2 hd1 hd2 tl).