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