1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* This file was automatically generated: do not edit *********************)
17 include "basic_1/C/defs.ma".
19 let rec cbk (c: C) on c: nat \def match c with [(CSort m) \Rightarrow m |
20 (CHead c0 _ _) \Rightarrow (cbk c0)].
22 let rec app1 (c: C) on c: T \to T \def \lambda (t: T).(match c with [(CSort
23 _) \Rightarrow t | (CHead c0 k u) \Rightarrow (app1 c0 (THead k u t))]).