Attribute.Floatingmodule Context : sig ... endval declare :
string ->
'a Context.t ->
(Astlib.Ast_502.Parsetree.payload, 'b, 'c) Ast_pattern.t ->
'b ->
('a, 'c) tval declare_with_name_loc :
string ->
'a Context.t ->
(Astlib.Ast_502.Parsetree.payload, 'b, 'c) Ast_pattern.t ->
(name_loc:Location.t -> 'b) ->
('a, 'c) tSame as declare but the callback receives the location of the name of the attribute.
val declare_with_attr_loc :
string ->
'a Context.t ->
(Astlib.Ast_502.Parsetree.payload, 'b, 'c) Ast_pattern.t ->
(attr_loc:Location.t -> 'b) ->
('a, 'c) tSame as declare but the callback receives the location of the attribute.
val name : (_, _) t -> stringval convert_res :
('a, 'b) t list ->
'a ->
('b option, Location.Error.t Stdppx.NonEmptyList.t) Stdlib.resultval convert : ('a, 'b) t list -> 'a -> 'b optionval convert_attr_res :
('a, 'b) t ->
Astlib.Ast_502.Parsetree.attribute ->
('b option, Location.Error.t Stdppx.NonEmptyList.t) Stdlib.result