Module Component.Value

type t = {
  1. doc : CComment.docs;
  2. type_ : TypeExpr.t;
  3. value : value;
}