Term.Array
val const : ty -> t -> t
const index_ty base creates a constant array that maps any value of type index_ty to the value base.
const index_ty base
index_ty
base
val select : t -> t -> t
Array selection.
val store : t -> t -> t -> t
Array store.