#6688: fix comment.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15646 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
a033839139
commit
424d01dc35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue