Component.ClassSignature
Sourcemodule Constraint : sig ... end
module Inherit : sig ... end
type 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