Module Annotate_incr.Kind

type t =
  1. | Input
  2. | Value
  3. | Result
  4. | Lifecycle
  5. | Empty_lifecycle
  6. | Model
  7. | Model_and_input
  8. | Switch_model
  9. | Assoc_key
  10. | Assoc_input
  11. | Assoc_results
  12. | Assoc_lifecycles
  13. | Assoc_inputs
  14. | Path
  15. | Lifecycle_apply_action_pair
val name : t -> string