Module Auto_mode_alist.Entry

type t = {
delete_suffix_and_recur : bool;
filename_match : Regexp.t;
function_ : Symbol.t option;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t