summaryrefslogtreecommitdiff
path: root/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
diff options
context:
space:
mode:
authorNadrieril2024-05-28 11:18:35 +0200
committerNadrieril2024-05-28 11:36:31 +0200
commitc4d2af051c18c4c81b1e57a45210c37c89c8330f (patch)
treea72fae46702fc4c2eb32e1361a2538eb7a5f5545 /tests/fstar/hashmap/Hashmap.FunsExternal.fsti
parentc81c96f20b1dbf428a9ed42e83b910e798e1a225 (diff)
tests: Rename hashmap_utils -> utils
Diffstat (limited to '')
-rw-r--r--tests/fstar/hashmap/Hashmap.FunsExternal.fsti8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fstar/hashmap/Hashmap.FunsExternal.fsti b/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
index 6e3964c7..f2f305e6 100644
--- a/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
+++ b/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
@@ -6,11 +6,11 @@ include Hashmap.Types
#set-options "--z3rlimit 50 --fuel 1 --ifuel 1"
-(** [hashmap::hashmap_utils::deserialize]:
+(** [hashmap::utils::deserialize]:
Source: 'tests/src/hashmap.rs', lines 330:4-330:47 *)
-val hashmap_utils_deserialize : state -> result (state & (hashMap_t u64))
+val utils_deserialize : state -> result (state & (hashMap_t u64))
-(** [hashmap::hashmap_utils::serialize]:
+(** [hashmap::utils::serialize]:
Source: 'tests/src/hashmap.rs', lines 325:4-325:46 *)
-val hashmap_utils_serialize : hashMap_t u64 -> state -> result (state & unit)
+val utils_serialize : hashMap_t u64 -> state -> result (state & unit)