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/misc-loops | |
parent | cfda3a990cb3b24d91ce5bf8d1ddec7b265beca5 (diff) |
Address review comments
Diffstat (limited to '')
-rw-r--r-- | tests/hol4/misc-loops/loops_FunsScript.sml | 1 | ||||
-rw-r--r-- | tests/hol4/misc-loops/loops_TypesScript.sml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/hol4/misc-loops/loops_FunsScript.sml b/tests/hol4/misc-loops/loops_FunsScript.sml index 6bb079a9..65cf77d4 100644 --- a/tests/hol4/misc-loops/loops_FunsScript.sml +++ b/tests/hol4/misc-loops/loops_FunsScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [loops]: function definitions *) open primitivesLib divDefLib open loops_TypesTheory diff --git a/tests/hol4/misc-loops/loops_TypesScript.sml b/tests/hol4/misc-loops/loops_TypesScript.sml index aec26414..e3e5b8d1 100644 --- a/tests/hol4/misc-loops/loops_TypesScript.sml +++ b/tests/hol4/misc-loops/loops_TypesScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [loops]: type definitions *) open primitivesLib divDefLib |