Component.Value
type value = Odoc_model.Lang.Value.value
type t = {
doc : CComment.docs;
type_ : TypeExpr.t;
value : value;
}