Module Dunolint.Linted_file_kind
type t = [
| `dune
| `dune_project
]
val to_string : t -> string
val of_string : string -> (t, [ `Msg of string ]) Stdlib.Result.t
include Container_key.S with type t := t
val compare : t -> t -> int
val equal : t -> t -> bool
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t