Module Extern.FactorizeEqns

type t = {
factorize_match_patterns : bool;
allow_match_default_clause : bool;
}
val make_raw : t -> t
val current : unit -> t
val current_ignore_raw : unit -> t