blob: 87b10c595752c82b9cfc4418a703b774c76ce888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS
-- [hashmap_main]: opaque function definitions
import Base.Primitives
import HashmapMain.Types
/- [hashmap_main::hashmap_utils::deserialize] -/
axiom hashmap_utils_deserialize_fwd
: state -> result (state × (hashmap_hash_map_t UInt64))
/- [hashmap_main::hashmap_utils::serialize] -/
axiom hashmap_utils_serialize_fwd
: hashmap_hash_map_t UInt64 -> state -> result (state × Unit)
|