Module System.Var_and_value

type t = {
var : string;
value : string;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t