Module Meta_deriving.Args

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