diff options
| author | herbelin | 2002-12-02 19:19:39 +0000 |
|---|---|---|
| committer | herbelin | 2002-12-02 19:19:39 +0000 |
| commit | fd2c2934746a3803b10106a408aa7eb49c79750b (patch) | |
| tree | 84b31e1d534c041d394c73d8ed2d43191fe3b676 | |
| parent | 122a20173fd6e4427bcada7e2f9ae232fc77e0cb (diff) | |
Remplacement Grammar par Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3357 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | contrib/ring/Setoid_ring_theory.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ring/Setoid_ring_theory.v b/contrib/ring/Setoid_ring_theory.v index ffb44d0d3d..3456b10514 100644 --- a/contrib/ring/Setoid_ring_theory.v +++ b/contrib/ring/Setoid_ring_theory.v @@ -39,7 +39,7 @@ Notation "- x" := (Aopp x) (at level 3). Variable plus_morph : (a,a0,a1,a2:A) a == a0 -> a1 == a2 -> a+a1 == a0+a2. Variable mult_morph : (a,a0,a1,a2:A) a == a0 -> a1 == a2 -> a*a1 == a0*a2. -Variable opp_morph : (a,a0:A) a == a0 -> -a == -a1. +Variable opp_morph : (a,a0:A) a == a0 -> -a == -a0. Add Morphism Aplus : Aplus_ext. Exact plus_morph. |
