Module Shape.Sig_component_kindSource

Sourcetype t =
  1. | Value
  2. | Type
  3. | Module
  4. | Module_type
  5. | Extension_constructor
  6. | Class
  7. | Class_type
Sourceval to_string : t -> string
Sourceval can_appear_in_types : t -> bool

Whether the name of a component of that kind can appear in a type.