]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/syntax/term_vector.ma
partial commit in static_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / syntax / term_vector.ma
index 2714a1b91cc1abfeadf89e50c02513d18135b26f..25327ed32cab08c0431c30ddfd3e7ec72a5dc95a 100644 (file)
@@ -21,7 +21,7 @@ include "static_2/syntax/term_simple.ma".
 rec definition applv Vs T on Vs ≝
   match Vs with
   [ nil        ⇒ T
-  | cons hd tl ⇒ ⓐhd. (applv tl T)
+  | cons hd pr_tl ⇒ ⓐhd. (applv pr_tl T)
   ].
 
 interpretation "application to vector (term)"