Module Component.ClassSignatureSource
module Constraint : sig ... endmodule Inherit : sig ... endtype item = | Method of Odoc_xref2.Ident.method_ * Odoc_xref2.Component.Method.t| InstanceVariable of Odoc_xref2.Ident.instance_variable * Odoc_xref2.Component.InstanceVariable.t| Constraint of Odoc_xref2.Component.ClassSignature.Constraint.t| Inherit of Odoc_xref2.Component.ClassSignature.Inherit.t| Comment of Odoc_xref2.Component.CComment.docs_or_stop
type t = {self : Odoc_xref2.Component.TypeExpr.t option;items : Odoc_xref2.Component.ClassSignature.item list;doc : Odoc_xref2.Component.CComment.docs;
}