jon.recoil.org

Module Typemod.Sig_component_kind

type t =
  1. | Value
  2. | Type
  3. | Constructor
  4. | Label
  5. | Unboxed_label
  6. | Module
  7. | Module_type
  8. | Extension_constructor
  9. | Class
  10. | Class_type
val to_string : Typemod.Sig_component_kind.t -> string