diff options
Diffstat (limited to '')
-rw-r--r-- | tests/hashmap_on_disk/HashmapMain.Properties.fst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hashmap_on_disk/HashmapMain.Properties.fst b/tests/hashmap_on_disk/HashmapMain.Properties.fst index 9b6f0f04..99b5424a 100644 --- a/tests/hashmap_on_disk/HashmapMain.Properties.fst +++ b/tests/hashmap_on_disk/HashmapMain.Properties.fst @@ -45,7 +45,7 @@ val deserialize_lem (st : state) : Lemma ( /// The below proofs are trivial: we just prove that the hashmap insert function /// doesn't update the state... As F* is made for *intrinsic* proofs, we have to -/// copy-paste the definitions and to insert the proper lemma calls wherever needed, +/// copy-paste the definitions to insert the proper lemma calls wherever needed, /// hence the verbosity... #push-options "--fuel 1" |