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