1Ast_helper.Of(3) OCaml library Ast_helper.Of(3)
2
3
4
6 Ast_helper.Of - Object fields
7
9 Module Ast_helper.Of
10
12 Module Of
13 : sig end
14
15
16 Object fields
17
18
19
20
21
22
23 val mk : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse‐
24 tree.object_field_desc -> Parsetree.object_field
25
26
27
28
29 val tag : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Ast‐
30 types.label Ast_helper.with_loc -> Parsetree.core_type -> Parsetree.ob‐
31 ject_field
32
33
34
35
36 val inherit_ : ?loc:Ast_helper.loc -> Parsetree.core_type -> Parse‐
37 tree.object_field
38
39
40
41
42
43
44OCamldoc 2023-01-23 Ast_helper.Of(3)