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_1A/A/defs.ma".
19 rec definition lweight (a: A) on a: nat \def match a with [(ASort _ _)
20 \Rightarrow O | (AHead a1 a2) \Rightarrow (S (plus (lweight a1) (lweight
26 \lambda (a1: A).(\lambda (a2: A).(lt (lweight a1) (lweight a2))).