Rtl_attribute.Value
Attribute value types.
type t =
| Int of int
| String of string
| Bool of bool
val sexp_of_t : t -> Sexplib0.Sexp.t