1Builtin_attributes(3)              OCamldoc              Builtin_attributes(3)
2
3
4

NAME

6       Builtin_attributes - no description
7

Module

9       Module   Builtin_attributes
10

Documentation

12       Module Builtin_attributes
13        : sig end
14
15
16
17
18
19
20
21
22       val  check_deprecated : Location.t -> Parsetree.attributes -> string ->
23       unit
24
25
26
27
28       val deprecated_of_attrs : Parsetree.attributes -> string option
29
30
31
32
33       val deprecated_of_sig : Parsetree.signature -> string option
34
35
36
37
38       val deprecated_of_str : Parsetree.structure -> string option
39
40
41
42
43       val check_deprecated_mutable : Location.t  ->  Parsetree.attributes  ->
44       string -> unit
45
46
47
48
49       val error_of_extension : Parsetree.extension -> Location.error
50
51
52
53
54       val warning_enter_scope : unit -> unit
55
56
57
58
59       val warning_leave_scope : unit -> unit
60
61
62
63
64       val warning_attribute : Parsetree.attributes -> unit
65
66
67
68
69       val with_warning_attribute : Parsetree.attributes -> (unit -> 'a) -> 'a
70
71
72
73
74       val emit_external_warnings : Ast_iterator.iterator
75
76
77
78
79       val warn_on_literal_pattern : Parsetree.attributes -> bool
80
81
82
83
84       val explicit_arity : Parsetree.attributes -> bool
85
86
87
88
89       val immediate : Parsetree.attributes -> bool
90
91
92
93
94       val has_unboxed : Parsetree.attributes -> bool
95
96
97
98
99       val has_boxed : Parsetree.attributes -> bool
100
101
102
103
104
105
1062018-04-14                          source:              Builtin_attributes(3)
Impressum