Astral_internal.Encoding_context_sigtype ('locs, 'heap) t = {phi : SL.t;vars : SL.Variable.t list;location_terms : SL.Term.t list;heap_sort : HeapSort.t;smt_vars : SMT.Variable.t list;sl_graph : SL_graph0.t;location_bounds : LocationBounds0.t;can_skolemise : bool;under_star : bool;polarity : bool;mutable quantifier_prefix : SMT.Variable.t list;loc_sort : Sort.t;fp_sort : Sort.t;locs : 'locs;heap : 'heap;global_footprint : SMT.t;block_begin : SMT.t;block_end : SMT.t;mutable footprints : SMT.t list;mutable heaps : SMT.t list;}module type ENCODING_CONTEXT = sig ... end