blob: a8ec347ff9ffd025b91f417cb9d2251056a69bf2 (
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_main]: opaque function definitions *)
module HashmapMain.Opaque
open Primitives
include HashmapMain.Types
#set-options "--z3rlimit 50 --fuel 0 --ifuel 1"
(** [hashmap_main::hashmap_utils::deserialize] *)
val hashmap_utils_deserialize_fwd
: state -> result (state & (hashmap_hash_map_t u64))
(** [hashmap_main::hashmap_utils::serialize] *)
val hashmap_utils_serialize_fwd
: hashmap_hash_map_t u64 -> state -> result (state & unit)
|