Metapp_api.Patinclude module type of struct include Metapp_preutils.Pat endtype t = Ppxlib.patternval to_loc : t -> Location.tval iter : Ppxlib.Ast_traverse.iter -> t Metapp_preutils.iterval map : Ppxlib.Ast_traverse.map -> t Metapp_preutils.mapval extension : ?attrs:Ppxlib.attributes -> Ppxlib.extension -> tval destruct_extension : t -> Metapp_preutils.destruct_extension optionval var : ?attrs:Ppxlib.attributes -> string -> tval of_constant : ?attrs:Ppxlib.attributes -> Ppxlib.constant -> tval of_bytes : ?attrs:Ppxlib.attributes -> Stdcompat.bytes -> tval force_tuple : ?attrs:Ppxlib.attributes -> t list -> tval force_construct :
?attrs:Ppxlib.attributes ->
Ppxlib.Ast_helper.lid ->
t option ->
tval array : ?attrs:Ppxlib.attributes -> t list -> tval record : ?attrs:Ppxlib.attributes -> (Longident.t * t) list -> tval variant : ?attrs:Ppxlib.attributes -> string -> t option -> tval lazy_ : ?attrs:Ppxlib.attributes -> t -> tval choice : (unit -> Ppxlib.expression) -> (unit -> Ppxlib.pattern) -> tval of_payload : Ppxlib.payload -> tval to_payload : t -> Ppxlib.payloadval of_int : ?attrs:Ppxlib.attributes -> int -> tval of_string : ?attrs:Ppxlib.attributes -> string -> tval of_char : ?attrs:Ppxlib.attributes -> char -> tval of_unit : ?attrs:Ppxlib.attributes -> unit -> tval of_bool : ?attrs:Ppxlib.attributes -> bool -> tval of_float : ?attrs:Ppxlib.attributes -> float -> tval of_int32 : ?attrs:Ppxlib.attributes -> int32 -> tval of_int64 : ?attrs:Ppxlib.attributes -> int64 -> tval of_nativeint : ?attrs:Ppxlib.attributes -> nativeint -> tval none : ?attrs:Ppxlib.attributes -> unit -> tval some : ?attrs:Ppxlib.attributes -> t -> tval option : ?attrs:Ppxlib.attributes -> t option -> tval of_longident : Longident.t -> tval construct : ?attrs:Ppxlib.attributes -> Longident.t -> t list -> tval tuple : ?attrs:Ppxlib.attributes -> t list -> tval nil : ?attrs:Ppxlib.attributes -> ?prefix:Longident.t -> unit -> tval cons : ?attrs:Ppxlib.attributes -> ?prefix:Longident.t -> t -> t -> tval list : ?attrs:Ppxlib.attributes -> ?prefix:Longident.t -> t list -> tmodule MetapointAccessor (Collector : MetapointsS) : sig ... endmodule QuotationAccessor (Collector : QuotationsS) : sig ... end