summaryrefslogtreecommitdiff
path: root/tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml
diff options
context:
space:
mode:
authorNadrieril2024-05-24 17:01:16 +0200
committerNadrieril2024-05-24 17:03:28 +0200
commit3adbe18d36df3767e98f30b760ccd9c6ace640ad (patch)
tree2069246b2f7648e16331bcb24e5cfbc4f996e91f /tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml
parente288482f437a5f259be5f81eb996b5b28158b300 (diff)
Rename some subdirectories for consistency
Diffstat (limited to 'tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml')
-rw-r--r--tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml b/tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml
new file mode 100644
index 00000000..f7221d92
--- /dev/null
+++ b/tests/hol4/hashmap_main/hashmapMain_OpaqueScript.sml
@@ -0,0 +1,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 ()