]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Num/EqAxioms.mma
transcript: we now check for non-existing objects
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / EqAxioms.mma
index d7916e457c1a4e1e8ac4ee314e1c46fa71f76770..49cadfe04218466b5e24eeabda49228d91f93379 100644 (file)
 
 include "Coq.ma".
 
-(*#**********************************************************************)
-
-(*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
-
-(* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
-
-(*   \VV/  *************************************************************)
-
-(*    //   *      This file is distributed under the terms of the      *)
-
-(*         *       GNU Lesser General Public License Version 2.1       *)
-
-(*#**********************************************************************)
-
-(*i $Id: EqAxioms.v,v 1.3 2002/02/14 14:39:02 filliatr Exp $ i*)
-
-(*#* Axioms for equality *)
-
 include "Num/Params.ma".
 
 include "Num/EqParams.ma".
 
 include "Num/NSyntax.ma".
 
-(*#* Basic Axioms for [eq] *)
+(* UNAVAILABLE OBJECT: cic:/Coq/Num/EqAxioms/eq_refl.con ******************)
 
 inline procedural "cic:/Coq/Num/EqAxioms/eq_refl.con".
 
+(* UNAVAILABLE OBJECT: cic:/Coq/Num/EqAxioms/eq_sym.con *******************)
+
 inline procedural "cic:/Coq/Num/EqAxioms/eq_sym.con".
 
+(* UNAVAILABLE OBJECT: cic:/Coq/Num/EqAxioms/eq_trans.con *****************)
+
 inline procedural "cic:/Coq/Num/EqAxioms/eq_trans.con".
 
-(*#* Axioms for [eq] and [add] *)
+(* UNAVAILABLE OBJECT: cic:/Coq/Num/EqAxioms/add_eq_compat.con ************)
 
 inline procedural "cic:/Coq/Num/EqAxioms/add_eq_compat.con".
 
-(*#* Axioms for [eq] and [S] *)
+(* UNAVAILABLE OBJECT: cic:/Coq/Num/EqAxioms/S_eq_compat.con **************)
 
 inline procedural "cic:/Coq/Num/EqAxioms/S_eq_compat.con".
 
-(*#* Axioms for [eq] and [<] *)
+(* UNAVAILABLE OBJECT: cic:/Coq/Num/EqAxioms/lt_eq_compat.con *************)
 
 inline procedural "cic:/Coq/Num/EqAxioms/lt_eq_compat.con".
 
-(* UNEXPORTED
-Hints Resolve eq_refl eq_trans add_eq_compat S_eq_compat lt_eq_compat : num.
-*)
-
-(* UNEXPORTED
-Hints Immediate eq_sym : num.
-*)
-