Module InferModules__Tableaux
module ClosureHashtbl : InferStdlib.IStd.Caml.Map.S with type ClosureHashtbl.key = InferModules.CTL.t
type context_linter_map
= bool ClosureHashtbl.t
val init_global_nodes_valuation : unit -> unit
val init_active_map : InferModules.CFrontend_errors.linter list -> bool ClosureHashtbl.t
val update_linter_context_map : InferModules.CFrontend_errors.linter list -> InferModules.Ctl_parser_types.ast_node -> context_linter_map -> context_linter_map
val build_valuation : InferModules.CFrontend_errors.linter list -> InferModules.Ctl_parser_types.ast_node -> InferModules.CLintersContext.context -> context_linter_map -> unit
val is_decl_allowed : InferModules.CLintersContext.context -> InferGenerated.Clang_ast_t.decl -> bool