diff options
author | Son Ho | 2023-08-09 10:01:32 +0200 |
---|---|---|
committer | Son Ho | 2023-08-09 10:01:32 +0200 |
commit | a2c4ffd56b6f1760374707f083f6c4347b116538 (patch) | |
tree | 4a3b3ba3197261bf279d5be270bf91d23023cbca /tests/hol4/misc-constants | |
parent | 967d08107de73f7f151dc8b4fb1f1cc61f109051 (diff) |
Update the nix flake and regenerate the code
Diffstat (limited to 'tests/hol4/misc-constants')
-rw-r--r-- | tests/hol4/misc-constants/constantsScript.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hol4/misc-constants/constantsScript.sml b/tests/hol4/misc-constants/constantsScript.sml index 145c3e0f..d589d348 100644 --- a/tests/hol4/misc-constants/constantsScript.sml +++ b/tests/hol4/misc-constants/constantsScript.sml @@ -13,7 +13,7 @@ Definition x0_c_def: x0_c : u32 = get_return_value x0_body End -(** [core::num::u32::{9}::MAX] *) +(** [core::num::u32::{8}::MAX] *) Definition core_num_u32_max_body_def: core_num_u32_max_body : u32 result = Return (int_to_u32 4294967295) End |