diff options
| author | herbelin | 2008-05-09 14:40:04 +0000 |
|---|---|---|
| committer | herbelin | 2008-05-09 14:40:04 +0000 |
| commit | 3dc64aa7b1d8e2d7388b5386cd3bc4387498c216 (patch) | |
| tree | 3a34b8a4f0f12e9081bb709eaf13bc5cb55aa2aa /contrib/setoid_ring | |
| parent | 35e9448d23100b571db332be1289c4f74c4519d6 (diff) | |
Backtrack sur la mise à disposition en standard de la notation [ x ; ... ; y ]
pour les listes (trop contraignant)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10913 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/setoid_ring')
| -rw-r--r-- | contrib/setoid_ring/Ring_theory.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/setoid_ring/Ring_theory.v b/contrib/setoid_ring/Ring_theory.v index b7876130a4..29feab5cab 100644 --- a/contrib/setoid_ring/Ring_theory.v +++ b/contrib/setoid_ring/Ring_theory.v @@ -19,6 +19,8 @@ Reserved Notation "x -! y" (at level 50, left associativity). Reserved Notation "x *! y" (at level 40, left associativity). Reserved Notation "-! x" (at level 35, right associativity). +Reserved Notation "[ x ]" (at level 0). + Reserved Notation "x ?== y" (at level 70, no associativity). Reserved Notation "x -- y" (at level 50, left associativity). Reserved Notation "x ** y" (at level 40, left associativity). |
