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