Module Component.ExtensionSource

module Constructor : sig ... end
type t = {
  1. type_path : Cpath.type_;
  2. doc : CComment.docs;
  3. type_params : TypeDecl.param list;
  4. private_ : bool;
  5. constructors : Constructor.t list;
}