diff options
Diffstat (limited to 'theories/Num/NeqAxioms.v')
| -rw-r--r-- | theories/Num/NeqAxioms.v | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/theories/Num/NeqAxioms.v b/theories/Num/NeqAxioms.v index 303d30cf04..85bd166565 100644 --- a/theories/Num/NeqAxioms.v +++ b/theories/Num/NeqAxioms.v @@ -1,6 +1,14 @@ -(*i $Id $ i*) +(***********************************************************************) +(* 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 *) +(***********************************************************************) -(*s InEquality is introduced as an independant parameter, it could be +(*i $Id$ i*) + +(** InEquality is introduced as an independant parameter, it could be instantiated with the negation of equality *) Require Export EqParams. |
