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