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 include "u0_class.ma".
17 (* CLASSES FROM DATA TYPES ********************************************)
19 definition u0_data: Type[0] → u0_class ≝
20 λT. mk_u0_class T (u0_full T) (eq T).
22 (* Basic properties ***************************************************)
24 lemma u0_class_data: ∀T. is_u0_class (u0_data T).
25 /2 width=1 by mk_is_u0_class/ qed.