Module Component.Value

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