diff options
author | Son Ho | 2022-02-14 00:41:05 +0100 |
---|---|---|
committer | Son Ho | 2022-02-14 00:41:05 +0100 |
commit | e950b06f0030e463d1c8a59604b2a298385cbd64 (patch) | |
tree | 937055c27975c2fa60dc2fa6684e50751f7f69ff /tests | |
parent | e73c3dda3accbc566a5dd6db84094ad54eaf8e85 (diff) |
Make minor modifications
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hashmap/Hashmap.Properties.fsti | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hashmap/Hashmap.Properties.fsti b/tests/hashmap/Hashmap.Properties.fsti index 9de54808..e3749de6 100644 --- a/tests/hashmap/Hashmap.Properties.fsti +++ b/tests/hashmap/Hashmap.Properties.fsti @@ -24,7 +24,7 @@ val len_s (#t : Type0) (hm : hash_map_t t) : nat val find_s (#t : Type0) (hm : hash_map_t t) (k : key) : option t -(*** new *) +(*** [new'fwd] *) /// [new] doesn't fail and returns an empty hash map val hash_map_new_fwd_lem (t : Type0) : |