]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/nf2/defs.ma
components: nf2, sn3, ex2
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / nf2 / defs.ma
index 98e931c0bd0d62c7d8e572eb2acb241eb27d5daf..d501b8b3cba6ab76ed2506f6f022bbc4ed6e5092 100644 (file)
@@ -14,7 +14,7 @@
 
 (* This file was automatically generated: do not edit *********************)
 
-include "Basic-1/pr2/defs.ma".
+include "basic_1/pr2/defs.ma".
 
 definition nf2:
  C \to (T \to Prop)
@@ -22,10 +22,7 @@ definition nf2:
  \lambda (c: C).(\lambda (t1: T).(\forall (t2: T).((pr2 c t1 t2) \to (eq T t1 
 t2)))).
 
-definition nfs2:
- C \to (TList \to Prop)
-\def
- let rec nfs2 (c: C) (ts: TList) on ts: Prop \def (match ts with [TNil 
-\Rightarrow True | (TCons t ts0) \Rightarrow (land (nf2 c t) (nfs2 c ts0))]) 
-in nfs2.
+let rec nfs2 (c: C) (ts: TList) on ts: Prop \def match ts with [TNil 
+\Rightarrow True | (TCons t ts0) \Rightarrow (let TMP_1 \def (nf2 c t) in 
+(let TMP_2 \def (nfs2 c ts0) in (land TMP_1 TMP_2)))].