Module Lang.ClassSignature
module Constraint : sig ... endmodule Inherit : sig ... endtype item = | Method of Odoc_model.Lang.Method.t| InstanceVariable of Odoc_model.Lang.InstanceVariable.t| Constraint of Odoc_model.Lang.ClassSignature.Constraint.t| Inherit of Odoc_model.Lang.ClassSignature.Inherit.t| Comment of Odoc_model.Comment.docs_or_stop
type t = {self : Odoc_model.Lang.TypeExpr.t option;items : Odoc_model.Lang.ClassSignature.item list;doc : Odoc_model.Comment.docs;
}