summaryrefslogtreecommitdiff
path: root/tests/fstar/misc/External.Opaque.fsti
diff options
context:
space:
mode:
authorSon Ho2022-11-11 21:34:29 +0100
committerSon HO2022-11-14 14:21:04 +0100
commit6db835db88c4bcf0e00ce1a7a6bc396382b393c3 (patch)
tree3b2a9d46467cf313e3af641cd164e61af2a09541 /tests/fstar/misc/External.Opaque.fsti
parentb191070501ceafdd49c999385c4410848249fe18 (diff)
Reorganize the project to prepare for new backends
Diffstat (limited to 'tests/fstar/misc/External.Opaque.fsti')
-rw-r--r--tests/fstar/misc/External.Opaque.fsti27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/fstar/misc/External.Opaque.fsti b/tests/fstar/misc/External.Opaque.fsti
new file mode 100644
index 00000000..7d86405a
--- /dev/null
+++ b/tests/fstar/misc/External.Opaque.fsti
@@ -0,0 +1,27 @@
+(** 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)
+