Module Lang.ExtensionSource
module Constructor : sig ... endtype t = {parent : Odoc_model.Paths.Identifier.Signature.t;type_path : Odoc_model.Paths.Path.Type.t;doc : Odoc_model.Comment.docs;type_params : Odoc_model.Lang.TypeDecl.param list;private_ : bool;constructors : Odoc_model.Lang.Extension.Constructor.t list;
}