Module Component.ClassTypeSource
type expr = | Constr of Odoc_xref2.Cpath.class_type * Odoc_xref2.Component.TypeExpr.t list| Signature of Odoc_xref2.Component.ClassSignature.t
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;expr : Odoc_xref2.Component.ClassType.expr;expansion : Odoc_xref2.Component.ClassSignature.t option;
}