Module Lang.Value
type t = {id : Odoc_model.Paths.Identifier.Value.t;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;value : Odoc_model.Lang.Value.value;doc : Odoc_model.Comment.docs;type_ : Odoc_model.Lang.TypeExpr.t;modalities : string list;
}