Module Component.Value

type t = {
  1. source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;
  2. source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;
  3. doc : CComment.docs;
  4. type_ : TypeExpr.t;
  5. value : value;
  6. modalities : string list;
}