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 "hints_declaration.ma".
16 include "logic/equality.ma".
17 include "sets/setoids.ma".
19 ninductive nat: Type[0] ≝
23 ndefinition NAT: setoid.
24 napply mk_setoid [ napply nat | napply EQ]
27 alias symbol "hint_decl" = "hint_decl_Type1".
28 unification hint 0 ≔ ⊢ carr NAT ≡ nat.