Conf_t.Elt
type !'a t = {
v : 'a;
from : from;
}
val v : 'a t -> 'a
val from : 'a t -> from
val make : 'a -> from -> 'a t