Soteria_c_lib.Storetype binding_kind = | Stackptr of Soteria_c_lib.Typed.T.sptr Typed.t| Value of Aggregate_val.t| Uninitval pp_binding_kind :
Ppx_deriving_runtime.Format.formatter ->
binding_kind ->
Ppx_deriving_runtime.unitval show_binding_kind : binding_kind -> Ppx_deriving_runtime.stringval pp_binding :
Ppx_deriving_runtime.Format.formatter ->
binding ->
Ppx_deriving_runtime.unitval show_binding : binding -> Ppx_deriving_runtime.stringval pp : t Fmt.tval empty : tval add_value : Ail_tys.sym -> Aggregate_val.t -> Ail_tys.ctype -> t -> tval add_stackptr :
Ail_tys.sym ->
Soteria_c_lib.Typed.T.sptr Typed.t ->
Ail_tys.ctype ->
t ->
tval reserve : Ail_tys.sym -> Ail_tys.ctype -> t -> tval remove : Ail_tys.sym -> t -> tval bindings : t -> (Ail_tys.sym * binding) listval is_empty : t -> boolval mem : Ail_tys.sym -> t -> boolval find_opt : Ail_tys.sym -> t -> binding optionval declare_value : Ail_tys.sym -> Aggregate_val.t -> t -> tval get_ty : Ail_tys.sym -> t -> Ail_tys.ctype