Module Attr.Argument

type t =
  1. | Element of Element.t
  2. | Expr of Expr.t
val sexp_of_t : t -> Sexplib0.Sexp.t