summaryrefslogtreecommitdiff
path: root/tests/fstar/misc/External.FunsExternal.fsti
blob: 62f063ea3ae925967e5ec1681210b00f273f1059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(** 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::cell::{core::cell::Cell<T>#10}::get]:
    Source: '/rustc/65ea825f4021eaf77f1b25139969712d65b435a4/library/core/src/cell.rs', lines 510:4-510:26
    Name pattern: core::cell::{core::cell::Cell<@T>}::get *)
val core_cell_Cell_get
  (t : Type0) (markerCopyInst : core_marker_Copy_t t) :
  core_cell_Cell_t t -> state -> result (state & t)

(** [core::cell::{core::cell::Cell<T>#11}::get_mut]:
    Source: '/rustc/65ea825f4021eaf77f1b25139969712d65b435a4/library/core/src/cell.rs', lines 588:4-588:39
    Name pattern: core::cell::{core::cell::Cell<@T>}::get_mut *)
val core_cell_Cell_get_mut
  (t : Type0) :
  core_cell_Cell_t t -> state -> result (state & (t & (t -> state -> result
    (state & (core_cell_Cell_t t)))))