]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_1/blt/defs.ma
porting of basic_1 for the ng_kernel: first step ...
[helm.git] / matita / matita / contribs / lambdadelta / ground_1 / blt / defs.ma
index 009627a3bca4594cb83dff6b5f49398971e6e55c..f1eee61f5dd85de2f0ea057e83eb094b560b0d45 100644 (file)
 
 (* This file was automatically generated: do not edit *********************)
 
-include "Ground-1/preamble.ma".
+include "ground_1/preamble.ma".
 
-definition blt:
- nat \to (nat \to bool)
-\def
- let rec blt (m: nat) (n: nat) on n: bool \def (match n with [O \Rightarrow 
+let rec blt (m: nat) (n: nat) on n: bool \def match n with [O \Rightarrow 
 false | (S n0) \Rightarrow (match m with [O \Rightarrow true | (S m0) 
-\Rightarrow (blt m0 n0)])]) in blt.
+\Rightarrow (blt m0 n0)])].