diff options
author | Son Ho | 2023-10-27 12:26:20 +0200 |
---|---|---|
committer | Son Ho | 2023-10-27 12:26:20 +0200 |
commit | 67fb76ae5801fdb8f134394425e466dbe611a54b (patch) | |
tree | 943235f1771e36fea607636dc09d25c21dab30e8 /tests/fstar/array/Array.Opaque.fsti | |
parent | 1c4b1222dbf5e090c26e613694d63577343ab2fd (diff) |
Regenerate more F* files
Diffstat (limited to '')
-rw-r--r-- | tests/fstar/array/Array.Opaque.fsti | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/fstar/array/Array.Opaque.fsti b/tests/fstar/array/Array.Opaque.fsti new file mode 100644 index 00000000..484cb9ee --- /dev/null +++ b/tests/fstar/array/Array.Opaque.fsti @@ -0,0 +1,24 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) +(** [array]: external function declarations *) +module Array.Opaque +open Primitives +include Array.Types + +#set-options "--z3rlimit 50 --fuel 1 --ifuel 1" + +(** [core::array::[T; N]::{15}::index]: forward function *) +val core_array_[T; N]_index_fwd + (t i : Type0) (n : usize) (inst : core_ops_index_Index (slice t) i) : + array t n -> i -> result inst.core_ops_index_Index_Output + +(** [core::array::[T; N]::{16}::index_mut]: forward function *) +val core_array_[T; N]_index_mut_fwd + (t i : Type0) (n : usize) (inst : core_ops_index_IndexMut (slice t) i) : + array t n -> i -> result inst.index_inst.core_ops_index_Index_Output + +(** [core::array::[T; N]::{16}::index_mut]: backward function 0 *) +val core_array_[T; N]_index_mut_back + (t i : Type0) (n : usize) (inst : core_ops_index_IndexMut (slice t) i) : + array t n -> i -> inst.index_inst.core_ops_index_Index_Output -> result + (array t n) + |