Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val raise_errorf :
?loc:Ppxlib.Ast.location ->
('a, Format.formatter, unit, 'b) format4 ->
'a
val ghost : Ppxlib.Ast.location -> Ppxlib.Ast.location
val def_loc : Ppxlib.Ast.location option -> Ppxlib.Ast.location
val at : ?loc:Ppxlib.Ast.location -> 'a -> 'a Ppxlib.Ast_helper.with_loc
val (!@) : 'a -> 'a Ppxlib.Ast_helper.with_loc
val with_loc : Ppxlib.Ast.location -> (unit -> 'a) -> 'a
val with_gloc : Ppxlib.Ast.location -> (unit -> 'a) -> 'a
val lid :
?loc:Ppxlib.Ast.location ->
Ppxlib.Ast.label ->
Ppxlib.Ast.longident Ppxlib.Ast_helper.with_loc
val ocaml_warning :
?loc:Ppxlib.Ast.location ->
Ppxlib.Ast.label ->
Ppxlib.Ast.attribute
val is_gadt : Ppxlib.Ast.type_declaration -> bool
val ($.) : Ppxlib.Ast.longident -> Ppxlib.Ast.label -> Ppxlib.Ast.longident