X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Flambda-delta%2Fsyntax%2Flength.ma;fp=matita%2Fmatita%2Flib%2Flambda-delta%2Fsyntax%2Flength.ma;h=0000000000000000000000000000000000000000;hb=e03c464898a47de95b6db7235b75b6f7a2c316d0;hp=91e1bd78c01aa5d8274920530a81698acbe153f9;hpb=14fef03bcc79583593a129bf9c68bdf690a10eb7;p=helm.git diff --git a/matita/matita/lib/lambda-delta/syntax/length.ma b/matita/matita/lib/lambda-delta/syntax/length.ma deleted file mode 100644 index 91e1bd78c..000000000 --- a/matita/matita/lib/lambda-delta/syntax/length.ma +++ /dev/null @@ -1,22 +0,0 @@ -(* - ||M|| This file is part of HELM, an Hypertextual, Electronic - ||A|| Library of Mathematics, developed at the Computer Science - ||T|| Department of the University of Bologna, Italy. - ||I|| - ||T|| - ||A|| This file is distributed under the terms of the - \ / GNU General Public License Version 2 - \ / - V_______________________________________________________________ *) - -include "lambda-delta/syntax/lenv.ma". - -(* LENGTH *******************************************************************) - -(* the length of a local environment *) -let rec length L ≝ match L with -[ LSort ⇒ 0 -| LPair L _ _ ⇒ length L + 1 -]. - -interpretation "length (local environment)" 'card L = (length L).