Module Face.Attribute_and_value

type t =
| T : 'a Attribute.t * 'a -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_value_exn : Ecaml__.Import0.Value.t -> t
val compare_attribute_name : t -> t -> int
val sort_by_attribute_name : t list -> t list