blob: f2f305e691154bdb61c6bbcff4fdbfaf6806b77f (
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 330:4-330:47 *)
val utils_deserialize : state -> result (state & (hashMap_t u64))
(** [hashmap::utils::serialize]:
Source: 'tests/src/hashmap.rs', lines 325:4-325:46 *)
val utils_serialize : hashMap_t u64 -> state -> result (state & unit)
|