]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Num/NeqAxioms.mma
e7b7e12f1a7d4f08ad02e472d40f81655d466568
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / NeqAxioms.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "Coq.ma".
18
19 (*#**********************************************************************)
20
21 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
22
23 (* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
24
25 (*   \VV/  *************************************************************)
26
27 (*    //   *      This file is distributed under the terms of the      *)
28
29 (*         *       GNU Lesser General Public License Version 2.1       *)
30
31 (*#**********************************************************************)
32
33 (*i $Id: NeqAxioms.v,v 1.2 2002/02/14 14:39:03 filliatr Exp $ i*)
34
35 (*#* InEquality is introduced as an independant parameter, it could be 
36     instantiated with the negation of equality *)
37
38 include "Num/EqParams.ma".
39
40 include "Num/NeqParams.ma".
41
42 inline procedural "cic:/Coq/Num/NeqAxioms/eq_not_neq.con".
43
44 (* UNEXPORTED
45 Hints Immediate eq_not_neq : num.
46 *)
47
48 inline procedural "cic:/Coq/Num/NeqAxioms/neq_sym.con".
49
50 (* UNEXPORTED
51 Hints Resolve neq_sym : num.
52 *)
53
54 inline procedural "cic:/Coq/Num/NeqAxioms/neq_not_neq_trans.con".
55
56 (* UNEXPORTED
57 Hints Resolve neq_not_neq_trans : num.
58 *)
59