Module PpxHelpers.Typ

val from_caml : 'a -> 'a
val access2 : loc:Astlib.Location.t -> string -> string -> Parsetree.core_type
val ident : loc:Astlib.Location.t -> string -> Parsetree.core_type
val sprintf : loc:Astlib.Location.t -> ('a, unit, string, Parsetree.core_type) format4 -> 'a
val var : loc:Astlib.Location.t -> string -> Parsetree.core_type
val variant : loc:Astlib.Location.t -> ?is_open:bool -> Parsetree.row_field list -> Parsetree.core_type
val poly : loc:Astlib.Location.t -> string list -> Parsetree.core_type -> Parsetree.core_type
val map : onvar:(string -> Ppxlib.core_type option) -> Ppxlib.core_type -> Ppxlib.core_type
val openize : loc:Ppxlib.location -> ?as_:string -> Ppxlib_ast.Ast.core_type -> Parsetree.core_type
val to_type_arg : 'a -> 'a option
val to_type_arg_exn : 'a -> 'a