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