Module Odoc_model__Lang.Class
type decl=|ClassType of ClassType.expr|Arrow of TypeExpr.label option * TypeExpr.t * decltype t={id : Odoc_model.Paths.Identifier.Class.t;doc : Odoc_model.Comment.docs;virtual_ : bool;params : TypeDecl.param list;type_ : decl;expansion : ClassSignature.t option;}