Module Lang.ClassType
type expr = | Constr of Odoc_model.Paths.Path.ClassType.t * Odoc_model.Lang.TypeExpr.t list| Signature of Odoc_model.Lang.ClassSignature.t
type t = {id : Odoc_model.Paths.Identifier.ClassType.t;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_model.Comment.docs;virtual_ : bool;params : Odoc_model.Lang.TypeDecl.param list;expr : Odoc_model.Lang.ClassType.expr;expansion : Odoc_model.Lang.ClassSignature.t option;
}