summaryrefslogtreecommitdiff
path: root/tests/fstar/misc/External.FunsExternal.fsti
blob: 4c1c58b77a8964d6daf874ec21d1d3a371846bd2 (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
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *)
(** [external]: external function declarations *)
module External.FunsExternal
open Primitives
include External.Types

#set-options "--z3rlimit 50 --fuel 1 --ifuel 1"

(** [core::mem::swap]:
    Source: '/rustc/d59363ad0b6391b7fc5bbb02c9ccf9300eef3753/library/core/src/mem/mod.rs', lines 726:0-726:42
    Name pattern: core::mem::swap *)
val core_mem_swap (t : Type0) : t -> t -> state -> result (state & (t & t))

(** [core::num::nonzero::{core::num::nonzero::NonZeroU32#14}::new]:
    Source: '/rustc/d59363ad0b6391b7fc5bbb02c9ccf9300eef3753/library/core/src/num/nonzero.rs', lines 79:16-79:57
    Name pattern: core::num::nonzero::{core::num::nonzero::NonZeroU32}::new *)
val core_num_nonzero_NonZeroU32_new
  : u32 -> state -> result (state & (option core_num_nonzero_NonZeroU32_t))

(** [core::option::{core::option::Option<T>}::unwrap]:
    Source: '/rustc/d59363ad0b6391b7fc5bbb02c9ccf9300eef3753/library/core/src/option.rs', lines 932:4-932:34
    Name pattern: core::option::{core::option::Option<@T>}::unwrap *)
val core_option_Option_unwrap
  (t : Type0) : option t -> state -> result (state & t)