diff options
author | Nadrieril | 2024-04-18 11:26:51 +0200 |
---|---|---|
committer | Nadrieril | 2024-04-18 11:27:08 +0200 |
commit | 04f65cb173978ac9010ae88a24e6106382669fa1 (patch) | |
tree | f9ca07a7e403e1d4003bcb393c964957c0bd7665 /tests/hol4/hashmap | |
parent | cfda3a990cb3b24d91ce5bf8d1ddec7b265beca5 (diff) |
Address review comments
Diffstat (limited to 'tests/hol4/hashmap')
-rw-r--r-- | tests/hol4/hashmap/hashmap_FunsScript.sml | 1 | ||||
-rw-r--r-- | tests/hol4/hashmap/hashmap_TypesScript.sml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/hol4/hashmap/hashmap_FunsScript.sml b/tests/hol4/hashmap/hashmap_FunsScript.sml index 6678de4b..682c5760 100644 --- a/tests/hol4/hashmap/hashmap_FunsScript.sml +++ b/tests/hol4/hashmap/hashmap_FunsScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [hashmap]: function definitions *) open primitivesLib divDefLib open hashmap_TypesTheory diff --git a/tests/hol4/hashmap/hashmap_TypesScript.sml b/tests/hol4/hashmap/hashmap_TypesScript.sml index 6b91bdde..a0865956 100644 --- a/tests/hol4/hashmap/hashmap_TypesScript.sml +++ b/tests/hol4/hashmap/hashmap_TypesScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [hashmap]: type definitions *) open primitivesLib divDefLib |