type t = {
id : Paths.Identifier.Class.t; |
doc : Comment.docs; |
virtual_ : bool; |
params : TypeDecl.param list; |
type_ : decl; |
expansion : ClassSignature.t option; |
}
Lang.Class
type t = {
id : Paths.Identifier.Class.t; |
doc : Comment.docs; |
virtual_ : bool; |
params : TypeDecl.param list; |
type_ : decl; |
expansion : ClassSignature.t option; |
}