Module Soteria_c_lib.Aggregate_val
type 'v agv = | Basic of 'v| Struct of 'v agv list| Array of 'v agv list
val subst :
(Expr.t -> 'a Soteria__Bv_values__Typed.t) ->
Expr.t agv ->
'b Soteria__Bv_values__Typed.t agvval pp_agv : (Stdlib.Format.formatter -> 'a -> unit) -> 'a agv Fmt.tval pp : Stdlib.Format.formatter -> 'a Typed.t agv -> unitval int_z :
int ->
Z.t ->
[> Soteria__Bv_values__Typed.T.sint ] Soteria__Bv_values__Typed.t agvval int :
int ->
int ->
[> Soteria__Bv_values__Typed.T.sint ] Soteria__Bv_values__Typed.t agvval c_int :
int ->
[> Soteria__Bv_values__Typed.T.sint ] Soteria__Bv_values__Typed.t agvval void :
[> Soteria__Bv_values__Typed.T.zero ] Soteria__Bv_values__Typed.t agvval null :
[> Soteria__Bv_values__Typed.T.sptr ] Soteria__Bv_values__Typed.t agv