Module Component.ValueSource

type t = {
  1. locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
  2. doc : CComment.docs;
  3. type_ : TypeExpr.t;
  4. value : value;
}