summaryrefslogtreecommitdiff
path: root/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
diff options
context:
space:
mode:
authorSon Ho2024-06-14 10:41:06 +0200
committerSon Ho2024-06-17 06:34:07 +0200
commit4a34537a7fe33fa33d618b153832f9e750276480 (patch)
tree2817a4de8be9a6d16c5cee26d5e931d44b4751e9 /tests/fstar/hashmap/Hashmap.FunsExternal.fsti
parent007c9024c0c3b549049a55243b391ae2337ad616 (diff)
Update the code of the hashmap
Diffstat (limited to '')
-rw-r--r--tests/fstar/hashmap/Hashmap.FunsExternal.fsti4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fstar/hashmap/Hashmap.FunsExternal.fsti b/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
index f2f305e6..9362150d 100644
--- a/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
+++ b/tests/fstar/hashmap/Hashmap.FunsExternal.fsti
@@ -7,10 +7,10 @@ include Hashmap.Types
#set-options "--z3rlimit 50 --fuel 1 --ifuel 1"
(** [hashmap::utils::deserialize]:
- Source: 'tests/src/hashmap.rs', lines 330:4-330:47 *)
+ Source: 'tests/src/hashmap.rs', lines 331:4-331:47 *)
val utils_deserialize : state -> result (state & (hashMap_t u64))
(** [hashmap::utils::serialize]:
- Source: 'tests/src/hashmap.rs', lines 325:4-325:46 *)
+ Source: 'tests/src/hashmap.rs', lines 326:4-326:46 *)
val utils_serialize : hashMap_t u64 -> state -> result (state & unit)