summaryrefslogtreecommitdiff
path: root/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
blob: 9362150d3e857b97776dc1a08d182da05fe3fd29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *)
(** [hashmap]: external function declarations *)
module Hashmap.FunsExternal
open Primitives
include Hashmap.Types

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

(** [hashmap::utils::deserialize]:
    Source: 'tests/src/hashmap.rs', lines 331:4-331:47 *)
val utils_deserialize : state -> result (state & (hashMap_t u64))

(** [hashmap::utils::serialize]:
    Source: 'tests/src/hashmap.rs', lines 326:4-326:46 *)
val utils_serialize : hashMap_t u64 -> state -> result (state & unit)