From 6db835db88c4bcf0e00ce1a7a6bc396382b393c3 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 11 Nov 2022 21:34:29 +0100 Subject: Reorganize the project to prepare for new backends --- tests/misc/External.Opaque.fsti | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tests/misc/External.Opaque.fsti (limited to 'tests/misc/External.Opaque.fsti') 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) - -- cgit v1.2.3