diff options
| author | herbelin | 2003-09-19 07:16:03 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-19 07:16:03 +0000 |
| commit | cc9660a305171191a1446818a380a8f58c824f55 (patch) | |
| tree | 70674d44ca403ec118e1c64c2d94eb5af9091039 /theories | |
| parent | 688ec16c97800dd352ef2e511d740228eeb8abb6 (diff) | |
'::' est deja pris en V7
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4423 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Lists/PolyListSyntax.v | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/Lists/PolyListSyntax.v b/theories/Lists/PolyListSyntax.v index be23cd6655..b469b94f4f 100644 --- a/theories/Lists/PolyListSyntax.v +++ b/theories/Lists/PolyListSyntax.v @@ -12,8 +12,7 @@ Require PolyList. -Infix "::" cons (at level 7, right associativity) : list_scope - V8only (at level 45). +V8Infix "::" cons (at level 45, right associativity) : list_scope. Infix RIGHTA 7 "^" app (* : list_scope *) V8only 45. |
