module type Mm_sig =This is what we need from the memory model to define further operationssig
..end
include Toprop.T_data_mem
val mem_update : t_exp -> Cil_types.logic_type -> t_exp -> t_exp -> t_exp
mem_update mem val_type ptr val
val subst_res_var : Cil_types.logic_var -> Cil_types.logic_var -> t_pred -> t_pred
val fol : t_data Fol.d_pred -> Fol.predicate