]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/streams_tls.ma
- new syntax for let rec/corec with flavor specifier (tested on lambdadelta/ground_2/)
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / streams_tls.ma
index 96b9abe98521280fbb067685fb0fdf4e5e70d528..d2d6bcc30d690c92da266b5df8b9e907d395ad89 100644 (file)
@@ -17,9 +17,9 @@ include "ground_2/lib/streams_hdtl.ma".
 
 (* STREAMS ******************************************************************)
 
-let rec tls (A:Type[0]) (n:nat) on n: stream A → stream A ≝ ?.
+rec definition tls (A:Type[0]) (n:nat) on n: stream A → stream A ≝ ?.
 cases n -n [ #t @t | #n #t @tl @(tls … n t) ]
-qed.
+defined.
 
 interpretation "recursive tail (strams)" 'Drops n f = (tls ? n f).