Module Conf_t.Elt

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