Module Shape.Item
Shape's items are elements of a structure or, in the case of constructors and labels, elements of a record or variants definition seen as a structure. These structures model module components and nested types' constructors and labels.
type t = string * Shape.Sig_component_kind.tval name : Shape.Item.t -> stringval kind : Shape.Item.t -> Shape.Sig_component_kind.tval make : string -> Shape.Sig_component_kind.t -> Shape.Item.tval value : Ident.t -> Shape.Item.tval type_ : Ident.t -> Shape.Item.tval constr : Ident.t -> Shape.Item.tval label : Ident.t -> Shape.Item.tval unboxed_label : Ident.t -> Shape.Item.tval module_ : Ident.t -> Shape.Item.tval module_type : Ident.t -> Shape.Item.tval extension_constructor : Ident.t -> Shape.Item.tval class_ : Ident.t -> Shape.Item.tval class_type : Ident.t -> Shape.Item.tval print : Stdlib.Format.formatter -> Shape.Item.t -> unitval compare : Shape.Item.t -> Shape.Item.t -> intval is_constructor : Shape.Item.t -> boolval is_label : Shape.Item.t -> boolval is_unboxed_label : Shape.Item.t -> boolmodule Map : Stdlib.Map.S with type key = Shape.Item.t