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-external | |
parent | cfda3a990cb3b24d91ce5bf8d1ddec7b265beca5 (diff) |
Address review comments
Diffstat (limited to '')
-rw-r--r-- | tests/hol4/misc-external/external_FunsScript.sml | 1 | ||||
-rw-r--r-- | tests/hol4/misc-external/external_OpaqueScript.sml | 1 | ||||
-rw-r--r-- | tests/hol4/misc-external/external_TypesScript.sml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/hol4/misc-external/external_FunsScript.sml b/tests/hol4/misc-external/external_FunsScript.sml index 65433aff..f3692ee2 100644 --- a/tests/hol4/misc-external/external_FunsScript.sml +++ b/tests/hol4/misc-external/external_FunsScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [external]: function definitions *) open primitivesLib divDefLib open external_TypesTheory external_OpaqueTheory diff --git a/tests/hol4/misc-external/external_OpaqueScript.sml b/tests/hol4/misc-external/external_OpaqueScript.sml index e5faf97c..b5a6d91d 100644 --- a/tests/hol4/misc-external/external_OpaqueScript.sml +++ b/tests/hol4/misc-external/external_OpaqueScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [external]: external function declarations *) open primitivesLib divDefLib open external_TypesTheory diff --git a/tests/hol4/misc-external/external_TypesScript.sml b/tests/hol4/misc-external/external_TypesScript.sml index 207eea8d..d290c3f6 100644 --- a/tests/hol4/misc-external/external_TypesScript.sml +++ b/tests/hol4/misc-external/external_TypesScript.sml @@ -1,3 +1,4 @@ +(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [external]: type definitions *) open primitivesLib divDefLib |