Module Attr.Value

type t =
  1. | Literal of Quote.t
  2. | Expr of Expr.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val loc : t -> Ppxlib.Location.t