diff options
| author | Maxime Dénès | 2018-04-16 15:48:20 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-04-16 15:48:20 +0200 |
| commit | 3e7863e9369d38537685576a8642dbe0c062d0c5 (patch) | |
| tree | 6bde0ef8f936a7580724aa216751ee85b03a5553 /plugins/setoid_ring/Algebra_syntax.v | |
| parent | 78c0fa183b906aec84bd2e393de0233008b308c4 (diff) | |
| parent | f35a68f6b01fdd167f712bd9a0df0154225497b9 (diff) | |
Merge PR #7125: Adding ML headers in setoid_ring
Diffstat (limited to 'plugins/setoid_ring/Algebra_syntax.v')
| -rw-r--r-- | plugins/setoid_ring/Algebra_syntax.v | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/setoid_ring/Algebra_syntax.v b/plugins/setoid_ring/Algebra_syntax.v index e896554ea7..1204bbd2e1 100644 --- a/plugins/setoid_ring/Algebra_syntax.v +++ b/plugins/setoid_ring/Algebra_syntax.v @@ -1,3 +1,12 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* <O___,, * (see CREDITS file for the list of authors) *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(* * (see LICENSE file for the text of the license) *) +(************************************************************************) Class Zero (A : Type) := zero : A. Notation "0" := zero. |
