blob: c38eca0130a729392271c96d240aebc1eb0b1e21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *)
(** [hashmap_main]: external function declarations *)
open primitivesLib divDefLib
open hashmapMain_TypesTheory
val _ = new_theory "hashmapMain_Opaque"
val _ = new_constant ("hashmap_utils_deserialize_fwd",
“:state -> (state # u64 hashmap_hash_map_t) result”)
val _ = new_constant ("hashmap_utils_serialize_fwd",
“:u64 hashmap_hash_map_t -> state -> (state # unit) result”)
val _ = export_theory ()
|