Module Dunolint.Linted_file_kind
include module type of Dunolint.Linted_file_kind with type t := t
val to_string : t -> stringval of_string : string -> (t, [ `Msg of string ]) Stdlib.Result.tinclude Container_key.S with type t := t
val seeded_hash : int -> t -> intval sexp_of_t : t -> Sexplib0.Sexp.tval t_of_sexp : Sexplib0.Sexp.t -> tinclude Base.Comparable.S with type t := t
val (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base__.Or_error.t