Component.Class
type decl =
| ClassType of ClassType.expr
| Arrow of TypeExpr.label option * TypeExpr.t * decl
type t = {
locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
virtual_ : bool;
params : TypeDecl.param list;
type_ : decl;
expansion : ClassSignature.t option;
}