Module Lang.ExtensionSource

module Constructor : sig ... end
type t = {
  1. parent : Paths.Identifier.Signature.t;
  2. type_path : Paths.Path.Type.t;
  3. doc : Comment.docs;
  4. type_params : TypeDecl.param list;
  5. private_ : bool;
  6. constructors : Constructor.t list;
}