Module Odoc_model__Lang.Extension
module Constructor : sig ... end
type t
=
{
type_path : Odoc_model.Paths.Path.Type.t;
doc : Odoc_model.Comment.docs;
type_params : TypeDecl.param list;
private_ : bool;
constructors : Constructor.t list;
}