diff options
author | Son Ho | 2022-11-11 21:34:29 +0100 |
---|---|---|
committer | Son HO | 2022-11-14 14:21:04 +0100 |
commit | 6db835db88c4bcf0e00ce1a7a6bc396382b393c3 (patch) | |
tree | 3b2a9d46467cf313e3af641cd164e61af2a09541 /tests/misc/External.Opaque.fsti | |
parent | b191070501ceafdd49c999385c4410848249fe18 (diff) |
Reorganize the project to prepare for new backends
Diffstat (limited to 'tests/misc/External.Opaque.fsti')
-rw-r--r-- | tests/misc/External.Opaque.fsti | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/misc/External.Opaque.fsti b/tests/misc/External.Opaque.fsti deleted file mode 100644 index 7d86405a..00000000 --- a/tests/misc/External.Opaque.fsti +++ /dev/null @@ -1,27 +0,0 @@ -(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) -(** [external]: opaque function definitions *) -module External.Opaque -open Primitives -include External.Types - -#set-options "--z3rlimit 50 --fuel 1 --ifuel 1" - -(** [core::mem::swap] *) -val core_mem_swap_fwd (t : Type0) : t -> t -> state -> result (state & unit) - -(** [core::mem::swap] *) -val core_mem_swap_back0 - (t : Type0) : t -> t -> state -> state -> result (state & t) - -(** [core::mem::swap] *) -val core_mem_swap_back1 - (t : Type0) : t -> t -> state -> state -> result (state & t) - -(** [core::num::nonzero::NonZeroU32::{14}::new] *) -val core_num_nonzero_non_zero_u32_new_fwd - : u32 -> state -> result (state & (option core_num_nonzero_non_zero_u32_t)) - -(** [core::option::Option::{0}::unwrap] *) -val core_option_option_unwrap_fwd - (t : Type0) : option t -> state -> result (state & t) - |