Module Ecaml.Auto_mode_alist.Entry

type t = {
delete_suffix_and_recur : bool;
filename_match : Regexp.t;
function_ : Symbol.t option;
}
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t