Meta_deriving.Args
type (_, _) t =
| [] : ('a, 'a) t
| :: : 'a Ppxlib.Deriving.Args.param * ('b, 'c) t -> ('a -> 'b, 'c) t