Module Typemod.Sig_component_kind

module Sig_component_kind: sig .. end

type t = 
| Value
| Type
| Module
| Module_type
| Extension_constructor
| Class
| Class_type
val to_string : t -> string