#6688: fix comment.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15646 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2014-12-10 13:39:39 +00:00
parent a033839139
commit 424d01dc35
1 changed files with 2 additions and 1 deletions

View File

@ -774,7 +774,8 @@ and structure_item_desc =
let rec P1 = E1 and ... and Pn = EN (flag = Recursive)
*)
| Pstr_primitive of value_description
(* external x: T = "s1" ... "sn" *)
(* val x: T
external x: T = "s1" ... "sn" *)
| Pstr_type of type_declaration list
(* type t1 = ... and ... and tn = ... *)
| Pstr_typext of type_extension