Module Ast_pattern.Packed

type ('a, 'b) t
val create : ('a, 'b, 'c) t -> 'b -> ('a, 'c) t
val parse : ('a, 'b) t -> Astlib.Location.t -> 'a -> 'b
val parse_res : ('a, 'b) t -> Astlib.Location.t -> 'a -> ('b, Ppxlib__.Location.Error.t Stdppx.NonEmptyList.t) result