Module Odoc_model__Lang.Value
type t
=
{
id : Odoc_model.Paths.Identifier.Value.t;
doc : Odoc_model.Comment.docs;
type_ : TypeExpr.t;
}
Odoc_model__Lang.Value
type t
=
{
id : Odoc_model.Paths.Identifier.Value.t; |
doc : Odoc_model.Comment.docs; |
type_ : TypeExpr.t; |
}