summaryrefslogtreecommitdiff
path: root/tests/lean/HashmapMain/FunsExternal_Template.lean
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lean/HashmapMain/FunsExternal_Template.lean')
-rw-r--r--tests/lean/HashmapMain/FunsExternal_Template.lean4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lean/HashmapMain/FunsExternal_Template.lean b/tests/lean/HashmapMain/FunsExternal_Template.lean
index 86286373..8853b7fc 100644
--- a/tests/lean/HashmapMain/FunsExternal_Template.lean
+++ b/tests/lean/HashmapMain/FunsExternal_Template.lean
@@ -8,9 +8,9 @@ open hashmap_main
/- [hashmap_main::hashmap_utils::deserialize] -/
axiom hashmap_utils.deserialize_fwd
- : State → Result (State × (hashmap_hash_map_t U64))
+ : State → Result (State × (hashmap.HashMap U64))
/- [hashmap_main::hashmap_utils::serialize] -/
axiom hashmap_utils.serialize_fwd
- : hashmap_hash_map_t U64 → State → Result (State × Unit)
+ : hashmap.HashMap U64 → State → Result (State × Unit)