PR#5712 (2): multiple definitions of label-name

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@12827 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-08-06 12:49:18 +00:00
parent 45c59577bd
commit 448e34ea2c
1 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@ objects and refer to these objects by name later:
\begin{itemize}
\item value names (syntactic class @value-name@),
\item value constructors and exception constructors (class @constr-name@),
\item labels (@label-name@),
\item labels (@label-name@, defined in section~\ref{s:labelname}),
\item polymorphic variant tags (@tag-name@),
\item type constructors (@typeconstr-name@),
\item record fields (@field-name@),
@ -43,9 +43,6 @@ infix-op:
constr-name:
capitalized-ident
;
label-name:
lowercase-ident
;
tag-name:
ident
;