diff options
author | Son Ho | 2022-02-12 20:47:52 +0100 |
---|---|---|
committer | Son Ho | 2022-02-12 20:47:52 +0100 |
commit | fc53c6cd9b697b896003340af510ae444dcc35c6 (patch) | |
tree | 5d8983394e5077843f4bcad04b446bf49ab4edf7 | |
parent | f75c00ca8150590b4aeb25175f2f49fbb07deb3e (diff) |
Make minor modifications
Diffstat (limited to '')
-rw-r--r-- | tests/hashmap/Hashmap.Properties.fst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hashmap/Hashmap.Properties.fst b/tests/hashmap/Hashmap.Properties.fst index 40a3361f..272819dc 100644 --- a/tests/hashmap/Hashmap.Properties.fst +++ b/tests/hashmap/Hashmap.Properties.fst @@ -1377,6 +1377,7 @@ val hash_map_insert_no_resize_fwd_back_lem_s | Fail, Fail -> True | Return hm, Return hm_v -> hash_map_t_inv hm /\ + hash_map_same_params hm self /\ hash_map_t_slots_v hm == hm_v /\ hash_map_slots_s_len hm_v == hash_map_t_len_s hm | _ -> False |