Module Rtl_attribute.Value

Attribute value types.

type t =
| Int of int
| String of string
| Bool of bool
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t