fixed spacing
git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@13460 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
e8ca7e5767
commit
1728f4677e
|
@ -128,7 +128,8 @@ of @typexpr@ is captured by @"'" ident@, and quantified upon.
|
|||
polymorphic-variant-type:
|
||||
'[' tag-spec-first { '|' tag-spec } ']'
|
||||
| '[>' [ tag-spec ] { '|' tag-spec } ']'
|
||||
| '[<' [ '|' ] tag-spec-full { '|' tag-spec-full } [ '>' {{ '`'tag-name }} ] ']'
|
||||
| '[<' ['|'] tag-spec-full { '|' tag-spec-full }
|
||||
[ '>' {{ '`'tag-name }} ] ']'
|
||||
;
|
||||
%\end{syntax} \begin{syntax}
|
||||
tag-spec-first:
|
||||
|
|
Loading…
Reference in New Issue