]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/nat/nat.ma
Added nnAuto.mli
[helm.git] / helm / software / matita / nlibrary / nat / nat.ma
index 362a5ad363dc446f8f44383565e08e6c628596d5..eed1efd1c83a907ed4c247e65d1a2ab9608fcd2a 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
+include "hints_declaration.ma".
 include "logic/equality.ma".
-include "sets/setoids.ma".
 
 ninductive nat: Type[0] ≝
    O: nat
@@ -23,4 +23,5 @@ ndefinition NAT: setoid.
  napply mk_setoid [ napply nat | napply EQ]
 nqed.
 
-unification hint 0 ((λx,y.True) (carr NAT) nat).
+alias symbol "hint_decl" = "hint_decl_Type1".
+unification hint 0 ≔ ⊢ carr NAT ≡ nat.