Module Checkct.KindSource

Sourcetype t =
  1. | Control_flow
  2. | Memory_access
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit