summaryrefslogtreecommitdiff
path: root/tests/coq/hashmap_on_disk/HashmapMain_Opaque.v
blob: 6152b94b7fefe18d4b61317ac704a738de7a2525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *)
(** [hashmap_main]: opaque function definitions *)
Require Import Primitives.
Import Primitives.
Require Import Coq.ZArith.ZArith.
Local Open Scope Primitives_scope.
Require Export HashmapMain_Types.
Import HashmapMain_Types.
Module HashmapMain_Opaque.

(** [hashmap_main::hashmap_utils::deserialize] *)
Axiom hashmap_utils_deserialize_fwd
  : state -> result (state * (Hashmap_hash_map_t u64))
.

(** [hashmap_main::hashmap_utils::serialize] *)
Axiom hashmap_utils_serialize_fwd
  : Hashmap_hash_map_t u64 -> state -> result (state * unit)
.

End HashmapMain_Opaque .