Component.ClassSignatureSourcemodule Constraint : sig ... endmodule Inherit : sig ... endtype item = | Method of Ident.method_ * Method.t| InstanceVariable of Ident.instance_variable * InstanceVariable.t| Constraint of Constraint.t| Inherit of Inherit.t| Comment of CComment.docs_or_stop