Module Utils.Kind

type t =
| Intf
| Impl
val of_filename : string -> t Ppxlib__.Import.option
val describe : t -> string
val equal : t -> t -> Ppxlib__.Import.bool