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