Module Odoc_model__Lang.ClassType

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