fix wrong "type-parameters" nonterminal
git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@12838 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ac19b64996
commit
eb27005e80
|
@ -26,7 +26,7 @@ module-type:
|
|||
| '(' module-type ')'
|
||||
;
|
||||
mod-constraint:
|
||||
'type' [type-parameters] typeconstr '=' typexpr
|
||||
'type' [type-params] typeconstr '=' typexpr
|
||||
| 'module' module-path '=' extended-module-path
|
||||
;
|
||||
%BEGIN LATEX
|
||||
|
|
Loading…
Reference in New Issue