Module Lang.Extension

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