Module Pa_gt.Camlp5Helpers
val loc_from_caml : Ppxlib.Location.t -> Ploc.ttype type_arg = MLast.type_varval named_type_arg : loc:'a -> string -> type_argtype lab_decl = loc * string * bool * MLast.ctypval lab_decl : loc:'a -> 'b -> 'c -> 'd -> 'a * 'b * 'c * 'dtype case = MLast.patt * MLast.expr option * MLast.exprval case : lhs:MLast.patt -> rhs:MLast.expr -> caseval sep_last : 'a list -> 'a * 'a listval capitalized : string -> boolval use_new_type : loc:MLast.loc -> string -> MLast.expr -> MLast.exprtype type_declaration = MLast.type_decltype class_declaration = MLast.class_expr MLast.class_infosval class_declaration :
loc:MLast.loc ->
name:string ->
?virt:bool ->
?wrap:(MLast.class_expr -> MLast.class_expr) ->
params:MLast.type_var list ->
MLast.class_str_item list ->
MLast.class_expr MLast.class_infostype module_declaration = loc * string * Mt.ttype module_type_declaration = loc * string * Mt.t optionval value_binding : loc:'a -> pat:'b -> expr:'c -> 'b * 'cval class_structure : self:'a -> fields:'b -> 'a * 'bval typ_arg_of_core_type : Ppxlib.core_type -> type_argval openize_poly : loc:MLast.loc -> MLast.ctyp -> MLast.ctypval closize_poly : MLast.ctyp -> MLast.ctypval prepare_param_triples :
loc:MLast.loc ->
extra:MLast.ctyp ->
?inh:(loc:MLast.loc -> string -> MLast.ctyp) ->
?syn:(loc:MLast.loc -> string -> MLast.ctyp) ->
?default_inh:MLast.ctyp ->
?default_syn:MLast.ctyp ->
string list ->
MLast.ctyp listval typ_vars_of_typ : MLast.ctyp -> Base.String.t Base.List.t