module Constructor : sig ... end
type t = {
type_path : Cpath.type_; |
doc : CComment.docs; |
type_params : TypeDecl.param list; |
private_ : bool; |
constructors : Constructor.t list; |
}
Component.Extension
module Constructor : sig ... end
type t = {
type_path : Cpath.type_; |
doc : CComment.docs; |
type_params : TypeDecl.param list; |
private_ : bool; |
constructors : Constructor.t list; |
}