Component.Value
type value = Odoc_model.Lang.Value.value
type t = {
locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
type_ : TypeExpr.t;
value : value;
}