diff options
author | Son Ho | 2023-06-01 23:20:47 +0200 |
---|---|---|
committer | Son HO | 2023-06-04 21:54:38 +0200 |
commit | 3595f1c6174dbc356d024fcdf74aaef8b1fd533e (patch) | |
tree | 478d083e2d8a167ae40f550d7b6a6d38ecd2f7ea /tests/hol4/hashmap | |
parent | e0a0d5c18c8874c72f0cf1fce551a9fed243c03e (diff) |
Add a comment
Diffstat (limited to 'tests/hol4/hashmap')
-rw-r--r-- | tests/hol4/hashmap/hashmap_PropertiesScript.sml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/hol4/hashmap/hashmap_PropertiesScript.sml b/tests/hol4/hashmap/hashmap_PropertiesScript.sml index 68ed2d4e..6b64affe 100644 --- a/tests/hol4/hashmap/hashmap_PropertiesScript.sml +++ b/tests/hol4/hashmap/hashmap_PropertiesScript.sml @@ -203,7 +203,11 @@ Definition hash_map_t_base_inv_def: ) End -(* The invariant that we reveal to the user *) +(* The invariant that we reveal to the user. + + The conditions about the hash map load factor are a overkill, but we + want to see how the non-linear arithmetic proofs go. + *) Definition hash_map_t_inv_def: hash_map_t_inv (hm : 't hash_map_t) : bool = ( (* Base invariant *) |