summaryrefslogtreecommitdiff
path: root/tests/hol4
diff options
context:
space:
mode:
authorSon Ho2023-06-01 23:20:47 +0200
committerSon HO2023-06-04 21:54:38 +0200
commit3595f1c6174dbc356d024fcdf74aaef8b1fd533e (patch)
tree478d083e2d8a167ae40f550d7b6a6d38ecd2f7ea /tests/hol4
parente0a0d5c18c8874c72f0cf1fce551a9fed243c03e (diff)
Add a comment
Diffstat (limited to '')
-rw-r--r--tests/hol4/hashmap/hashmap_PropertiesScript.sml6
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 *)