blob: f7221d923ab0a30dcbc022d8f4cd95b74f4f0283 (
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"
(** [hashmap_main::hashmap_utils::deserialize]: forward function *)val _ = new_constant ("hashmap_utils_deserialize_fwd",
“:state -> (state # u64 hashmap_hash_map_t) result”)
(** [hashmap_main::hashmap_utils::serialize]: forward function *)val _ = new_constant ("hashmap_utils_serialize_fwd",
“:u64 hashmap_hash_map_t -> state -> (state # unit) result”)
val _ = export_theory ()
|