summaryrefslogtreecommitdiff
path: root/tests/fstar/misc/External.Opaque.fsti
blob: 7d86405a6df6634406bf8ea3457c715bd2a5131d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)